How to convert 8 bit code into 32bit

Status
Not open for further replies.

cnandha19

Member level 3
Joined
Aug 28, 2015
Messages
59
Helped
1
Reputation
2
Reaction score
1
Trophy points
8
Activity points
604
how to convert 8 bit microcontroller to 32 bit controller code
 

for which mac you want to do it.
 

With C code it is not a problem. The only one think that you should take to account is a variable types. For example, short type in keil takes 32 bit, but in IAR only 16. So, basicaly, types can be defined outside the code.
 
PIC code to PIC32 code ?
AVR code to AVR32 code ?
STM8 to STM32 code ?

C code or asm code ?
 

With your 8 bit OR with a 32 bit variable ,.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…