cancel
Showing results for 
Search instead for 
Did you mean: 

any means to program flash using PC serial port?

babidesai123
Associate II
Posted on October 13, 2007 at 14:51

any means to program flash using PC serial port?

3 REPLIES 3
babidesai123
Associate II
Posted on May 17, 2011 at 11:53

Hello,

Can any one has any utility to program the MCU flash using PC serial port.

Programming using JTAG is not a fissible solution in case of field application.

In IAP , one can erse the code & program the same if it's from keyboard....but how to program the hex file using PC serial port???

Any one has any utilty or application code which can send bin or hex file to serial port ????

Or using hyperterminal, can we send bin or hex file...

the file size may be of 16Kbyte.

purvi

devarshi_pathak
Associate
Posted on May 17, 2011 at 11:53

hello,

there are so many windows and linux based utility for sending

hex or bin data to eeprom via rs232 port

here is one of them

http://www.lookrs232.com/img/lookRS232.gif

bye

mangesh
Associate II
Posted on May 17, 2011 at 11:53

Purvi,

I use HyperTerminal on Windows and minicom on Linux to do a file transfer using the xmodem protocol. My IAP code/ boot loader code executes from the secondary flash and has a xmodem client. I've written a small utility that converts the hex file to an obj file. So my xmodem client simply writes to main flash whatever it receives.

I'm not sure if this is the answer you're looking for so if you need more information, please let me know.

[ This message was edited by: uPSDude on 22-10-2003 23:42 ]