TN268 Conversion Help - MFC52235

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

TN268 Conversion Help - MFC52235

ソリューションへジャンプ
838件の閲覧回数
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 解決策
687件の閲覧回数
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 返答(返信)
687件の閲覧回数
vier_kuifjes
Senior Contributor I

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

688件の閲覧回数
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.

687件の閲覧回数
jamesc
Contributor I

Thank you Marc. I will give that a try.