MC56F8037 Pointer to Program Memory

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MC56F8037 Pointer to Program Memory

829 次查看
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 项奖励
回复
1 回复

715 次查看
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 项奖励
回复