Hi,
How do I create a pointer to program flash?
This is not working: uint16 *flash_ptr = (uint16*)0x7F30; It looks like the data in View Memory when Page: x is selected.
Regards,
-Mike
Hi,
As you know that the flash must be erased, then programmed, any flash erasing, programming operation must follow up flash instruction, in DSC, flash is a peripheral.
You have to develop code based on PE(processor expert) in CodeWarrior for DSP56800E tools, the flash bean in PE provides the init, erasing programming api function for the flash operation.
Hope it can help you
BR
XiangJun Rong