Other Parts Discussed in Thread: TMS570LS20216, HALCOGEN
Hi
I m woking on TMS570LS20216. i have defined some local arrays out of which two has to hold 2000 bytes of data each. whenever i execute the code, the red LED in the TMS570 USB is getting on. this must be beacuse of some memory issues as when i break down the array size and define 10 arrays with each holding 100 bytes each, i m not getting any error. i tried to allocate more memory to the stack area by changing the length in the .cmd file.
the .cmd file memory map is as shown below
VECTORS (X) : origin=0x00000000 length=0x00000020
FLASH0 (RX) : origin=0x00000020 length=0x0007FFE0
FLASH1 (RX) : origin=0x00080000 length=0x00080000
FLASH2 (RX) : origin=0x00100000 length=0x00080000
FLASH3 (RX) : origin=0x00180000 length=0x00080000
STACKS (RW) : origin=0x08000000 length=0x00001200
RAM (RW) : origin=0x08001200 length=0x00026E00
I increased the length of stack upto 0x00007500 but still finding the same problem. Can anyone tell me what needs to be done so that the array size of 2000 works?
Thanks and Regards
Pallavi