Part Number: TMS320F28034
I am looking for a tool to visualize memory usage in the ebss section that accounts for unusable sections due to data page alignment. We are running out of RAM but not 100% of the RAM is being used due to these gaps/holes. I understand that the linker is doing a good job at minimizing code space and execution time via DP loads. I image a suitable tool would calculate the percentage of wasted RAM and help us better organize our global variables by help us visualize where these gaps are.
Note this is for a legacy code base with a mix of global variables (int, long) as well as global structs and arrays.
Regards,
Jason




