Tool/software: Code Composer Studio
Hello everyone,
I'm currently working on motor control application including CAN communication. I'm using TMS320F28379D and CCS v7.2. When I run the code, everything works fine but after some time I get the following error:
"Memory map prevented reading 0x0004A000@Data (Hex)"
Memory browser is shown below.
I suspect from GEL file (see below) but I believe there is no ambiguity. I also try to increase heap and stack size but unfortunately it doesn't work. i would appreciate if you could suggest a solution.
Thanks
/* Peripheral memory maps */
GEL_MapAddStr(0x00048000,3, 0x800, "R|W|AS4",0); /* CANA Registers */
GEL_MapAddStr(0x0004A000,3, 0x800, "R|W|AS4",0); /* CANB Registers */
GEL_TextOut("\nMemory Map Initialization Complete\n");