Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top