Assign Value on STM32
Posted on August 27, 2012 at 22:25Hi, I used uint8_t CSD_Tab[16] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; to initialize an array. But when I use IAR EWARM to watch the content in this array, the value is always unchanged. Any ideas? Thank you