Tool/software: TI-RTOS
Hi,
I was using qspi flash writer and debugging the application to customize according to our needs, I'm using scripting console to load the program to ram location (0x80500000). After loading the firmware I looked into the memory browser of (0x80500000)(gAppReadBuff). The all address from (0x80500000) shows zero in the memory browser. Even I compared the value with dataval variable, but i'm getting the zero values. Could we know what is the reason for the null values?
uint32_t dataval = *dsttest;
printf("srctest=0x%.8x....\r\n", *srctest);
printf("dataval=0x%.8x....\r\n",(uint32_t) dataval);
Regards
Prakash