We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm looking for a free AND fast flash-tool for flashing a board with C164 and AMD29F010B over serial port.
I have tried BVLDWin, but it is much too slow and it breaks at 99% with error: Error 533: error in downloading process.
I have checked http://www.keil.com/flash/utilities.asp
And I have even tried MiniMon which looks pretty good, but I am not possible to get a serial communication established. The big problem of all these tools is that they are not and no more supported.
I have found a link in this forum: http://www.keil.com/forum/docs/thread5828.asp , someone looking nearly for the same, but I do not know if they can make it happen. The Idea here is to use the Infineon Memtool for internal flash programming and adapt it to the requirements, but how ??
Please, please give me any hint how can I proceed, if not I have to buy Flashit, ....
thank you in advance for any Tips Sammy
It is a good point, to use the scope. Just make it clearer: in some cases even with a correct baud rate set at a host side (e.g. PC) you may not have bootstrapping connection established. A reason is in too large baudrate error at MCU side, where the UART is automatically adjusted by h/w. For example, if you are trying to connect at 57600 bps to C16x running at 10 MHz, it will fail since MCU's baudrate would be too different (error ~ 9%), etc. I have not it verified so not sure whether MCU will reply at all. If yes, then you can catch the MCU identification byte (response) with "odd" timing.