MC56F8037 Pointer to Program Memory

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MC56F8037 Pointer to Program Memory

832件の閲覧回数
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 返信

718件の閲覧回数
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 件の賞賛
返信