- This topic has 2 replies, 3 voices, and was last updated 10 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Miscellaneous › Others › about programming
how to convert c++ program into hex. file
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
Hi Sandesh,
For which device would you like to write code and create .hex file for?