Sunday, May 6, 2007

Language Programming For Microcontroller

There is two language that we can program microcontroller :
1. LOW LEVEL PROGRAMMING, using assembly or machine language that easy to understand with machine/microcontroler but it's difficult to understand for human :
mov SCON,#58
mov SMOD,#75


2. HIGH LEVEL PROGRAMMING, using C language, that much better to understand for human than assembly

SCON = 0x58
SMOD= 0x75

now most of programmer (including me) using C language to program microcontroller, i prefer to use Proview32 form Franklin Software, I think its the most complete programming software for microcontroller, if you familiar with C language, there is no difficult to programming, it also has very nice visual debugger and you can export to HEX file to download to microcontroller usinng downloader..

if any question please contact me..

No comments: