Tool/software: Code Composer Studio
Dear Expert,
I make the GEL file below:
menuitem "DAP_Access";
hotmenu LoadSymbolsForDAP()
{
GEL_SymbolLoad("rtiblinky.out");
}
When I load it to Debug section and then go to Script-->DAP_Access--> and run "LoadSymbolsForDAP", the error happen in the Console below:
CortexR5: GEL: Encountered a problem loading file: rtiblinky.out Could not open file
LoadSymbolsForDAP() cannot be evaluated.
Encountered a problem loading file: rtiblinky.out
Could not open file
at GEL_SymbolLoad("rtiblinky.out") [DAP.gel:4]
at LoadSymbolsForDAP()
Can anyone help to solve this problem.
Thank you so much.