Other Parts Discussed in Thread: UNIFLASH,
Tool/software:
HI,
When I read program memory data from my reserved locations, microcontroller resets if data is 0X00000000. For non zero, it reads correctly but when data is zero, it resets immediately.
I am using (*((volatile uint32_t *)(memoryAddress))) to read data as given below from the reserved memory 0X1F000 to 0X1FFFF. I am reading 32 bit data at a time.
*readData = (*((volatile uint32_t *)(memoryAddress)))
Please let us know how to read memory data.
This is urgent and I kindly request you to provide solution as early as possible.
Regards,
Harshal Pawar