I have maked one FLASHBASH(use St72C254), but it doesn't work. it failed when I use ''FLASHBASH windows software\program option test''. so I use ST7MDT1-DVP2 to debug the software and I found the program can not run to the loaction(label eReceive) of the program(see the followings) ld A, COMMAND inc A ld TX_byte, A call SCI_Tx ; return command + 1 to pc for cknowledge eReceive ret Is there any wrong. could you give me some idea about this? Thanks. mcuinterest
The hardware and software has been extensivly tested, make sure you are using the latest version of the firmware/windows software.
Also check that the firmware is using the software uart because you are using a 254 - check SOFTUART is defined in main.inc. If you still have problems recheck connections. The serial cable should be 1-1, eg. pin1-pin1, pin2-pin2, etc. Regards sjo
at first a big compliment to sjoNow I've a question. I've the ready compiled .s19 file for the microcontroller ST72T774 Now i want to flash the controller with this file. I've read the it will be programmed with JTAG How is the flashing possible? Thanks a lot