Miscellaneous › Others › about programming › you need to have cross
September 19, 2014 at 7:09 pm
#12206
Ashutosh Bhatt
Participant
you need to have cross compiler like
KEIL – for ARM and 8051 family
AVR studio – for AVR family
Code composer studio – for TI family
MPLAB – for PIC
in all such tools, you write C program and when it is successfully compiled they generate HEX file to be downloaded (embedded) into targed device