S32 5744p debug issue

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

S32 5744p debug issue

1,260 次查看
wenchaohu
Contributor I

I want to use an integer pointer variable to keep the address of GPR r1 in S32DS with MPC5744P,please give me some suggestions,thank you!

the text below are my codes,and it can not work right in debug mode.

unsigned int *stk_temp;

……

PPCASM("e_lis %r3,stk_temp@h");

PPCASM("e_ori %r3,%r3,stk_temp@l");

PPCASM("e_stw %r1,0x0(%r3)");

标记 (4)
0 项奖励
回复
1 回复

1,129 次查看
martin_kovar
NXP Employee
NXP Employee

Hello,

please do not create duplicated threads. My colleague wrote you an answer in the thread below:

https://community.nxp.com/thread/452009 

Regards,

Martin

0 项奖励
回复