This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

A question about graph under SYSTEM/BIOS project

Hello,

I want to put my algorithm into a master-slave architecture which based on IPC. but I found when I run all the cores together and open the memory browser and trying to loop up the register address which is needed for ploting figure of my data, everything is gray color. I can't click or type anything.

is there a conflict for it? if so, how can I plot sth by using graph tool?

Thank you.

Wendy 

  • Wendy,

    I'm not sure what you're seeing, but I suspect that the debugger hasn't been configured to know that the address of the peripheral whose register you're trying to view is readable.

    Usually there is a device-specific GEL script function that gets executed when the debug session is launched that informs the debugger about how the various regions in the memory map are to be treated. To see how the memory map for the debugger has been configured browse to the tools->Memory Map CCS menu option. Within this view you should be able to see whether the memory address you're trying to view has been properly identified to CCS.

    You will probably need to edit the GEL file's memory initialization function to specifically configure the memory region you're trying to view as having the 'R/W' attribute.

    Alan