Why Microcontroller Programs are loaded in Hex Format?/

Status
Not open for further replies.
Can Anyone answer this

Because microcontroller follow standard INTEL HEX FILE format .INTEL HEX FILE can be loaded in the variety of microcontrollers like ATMEL(AVR), PIC are common.

- - - Updated - - -

Because microcontroller follow standard INTEL HEX FILE format .INTEL HEX FILE can be loaded in the variety of microcontrollers like ATMEL(AVR), PIC are common.
 

Can Anyone answer this

Micocontroller program is not loaded in Hex Format. The program of microcontroller is in the form of zeros and ones. Compiler generate HEX file. This HEX file is an ASCII text file with lines of text that follow the Intel HEX file format. Each line in an Intel HEX file contains one HEX record. These records are made up of hexadecimal numbers that represent machine language code and/or constant data. HEX files are used to transfer the program and data that would be stored in a ROM or EPROM.
for detail see **broken link removed**
 
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…