??? 02/16/07 06:57 Read: times |
#133104 - bootloader Responding to: ???'s previous message |
hi,
Sushil Raut said:
I would like to know whether ISP programming of AT89C5131A-M is possible using RS232 port.
FM1 part of AT89C5131A-M flash memory is preprogrammed with default Atmel bootloader which utilizes USB. To use UART bootloader: - either reprogram factory bootloader with parallel programmer; - use own custom bootloader placed into FM0, then set Boot Vector Address (SBV) byte to point on it. If I remember correctly, I did not see UART bootloader for AT89C5131A-M made by Atmel. However they all are similar more or less, so you should adapt, compile and upload UART bootloader of other Atmel chips. Or write own one. Regards, Oleg |