Other Parts Discussed in Thread: UNIFLASH
Tool/software: TI-RTOS
Hi,
For my application I partitioned flash memory into 4 sections
Boot code : 0x0 - 0x3FFF
Common memory area : 0x80000 - 0x83FFF
Image 1: 0x4000 - 0x7FFFF
Image 2: 0x84000 - 0xFFFFF
The common memory area contains a structure of variables that will be frequently accessed.
This memory is getting corrupted when I committed MAC address. What may be the issue?
How flash user registers are related to this memory area? When MAC address is not committed, flash is not corrupting. Please give your suggestion.
Regards
Sandra