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.

Illegal address access on tms target



I have a code to calculate the checksum for H0RAM for TMS320 F2812 for a particular size(0x1500). A tester is trying to push the size parameter to data type value (0xFFFF) and not able to do so using GEL scripting.

We all know that the size of memory is limited in each embedded hardware.

1. What is the possible response of the system (F2812) Iin such case?

if the code is:

2. Checksum += ((Uint16 *)0x3F8000)[Memory_Acc_Size];

and if I feed Memory_Acc_Size as 0xFFFF in code composer 4.2.4.0003 debug mode and do a single stepping I don't get any error. What memory will be read in this case?