MC56F8037 Pointer to Program Memory

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MC56F8037 Pointer to Program Memory

438 Views
Mike_d
Contributor IV

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

0 Kudos
1 Reply

324 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

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

0 Kudos