TN268 Conversion Help - MFC52235

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

TN268 Conversion Help - MFC52235

Jump to solution
836 Views
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

Labels (1)
1 Solution
685 Views
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.

View solution in original post

3 Replies
685 Views
vier_kuifjes
Senior Contributor I

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

686 Views
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.

685 Views
jamesc
Contributor I

Thank you Marc. I will give that a try.