TN268 Conversion Help - MFC52235

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

TN268 Conversion Help - MFC52235

跳至解决方案
840 次查看
jamesc
Contributor I

To cut to the point. I have been having a hard time converting to V7.2. I can get my code to compile and even program the chip. The issue I am having is that it doesn't work.I tried the TN268 Conversion document, but I am lost where it comes to changing the passing parameter from Register back to Standard. I have attached the only files that have assembly language on it. If you could help me on either editing them or tel me what exactly I need to correct would be a great help.

Original Attachment has been moved to: mcf5223_lo.s.zip

Original Attachment has been moved to: mcf5xxx_lo.s.zip

标签 (1)
1 解答
689 次查看
vier_kuifjes
Senior Contributor I

I think the mcf5223_Io.s should be fine, but the mcf5xxx_Io.s needs some modification. I made the modification once for my own project. You can find the new codewarrior v7.2 assembly file in attachment.

在原帖中查看解决方案

3 回复数
689 次查看
vier_kuifjes
Senior Contributor I

Be aware that C code can contain assembly also. Look for the asm keyword.

690 次查看
vier_kuifjes
Senior Contributor I

I think the mcf5223_Io.s should be fine, but the mcf5xxx_Io.s needs some modification. I made the modification once for my own project. You can find the new codewarrior v7.2 assembly file in attachment.

689 次查看
jamesc
Contributor I

Thank you Marc. I will give that a try.