Hi, all
I defined a array in ITC by using macro like below:
__DATA(SRAM_ITC) volatile uint8_t myArray[ARRAY_SIZE];
and it has been allocated to address 0 - beginning of the ITC.
initially works fine, but after running a while the values changed, I wonder why.
Can I use the ITC region to save my variable at all?
I use RT1024, own target board.
Regards!
Ping