I am trying to access constants from the program memory of a 56F84789. I am using Code Warrior 11.1 and I am not able use their built in function memcpy. However with older Code Warrior versions from FreeScale, using their memCopyPtoX in a program I creat

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

I am trying to access constants from the program memory of a 56F84789. I am using Code Warrior 11.1 and I am not able use their built in function memcpy. However with older Code Warrior versions from FreeScale, using their memCopyPtoX in a program I creat

912件の閲覧回数
jallen1
Contributor I

Is there a function equivalent to memCopyPtoX that will let me copy constants from the program memory of a 56F84789? I am using Code Warrior 11.1 as my compiler.

0 件の賞賛
返信
1 返信

850件の閲覧回数
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, John,

As the following screenshot based on CodeWarrior for mcu ver11.1, the memCopyPtoX() function belongs to DSP_MEM bean, in other words, you have to establish project based on PE(Processor Expert) and add the DSP_MEM bean, then drag the function to your project, it is okay.

Hope it can help you

BR

XiangJun Rong

pastedImage_1.png

0 件の賞賛
返信