Quantcast
Channel:
Viewing all articles
Browse latest Browse all 59170

Forum Post: RE: H8 /300 Older ICCH8 compiler files to HEW tool chain conversion

$
0
0
Pal and Frank are correct, this should work.  The only word of warning I might add is the be wary of the BIT order when jumping from compiler to compiler, especially within structures in the application. Many of the new tool chains have pushed this back onto the compiler and you can built MSBit first or LSBit first (like on the RX family) to be compatible when porting "legacy code".  I am not sure about IAR, but I believe you are OK if you make it same order as the other IO/SFR declarations that do have bit definitions.

Viewing all articles
Browse latest Browse all 59170