News:

Welcome to the Bridgetek Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ Bridgetek Support

Please refer to our website for detailed information on all our products - Bridgetek - Bridging Technology

Main Menu

FT9XX firmware update over UART?

Started by Zetin, September 30, 2020, 12:07:57 PM

Previous topic - Next topic

Zetin

Hi, I'm searching a solution for the FT900 MCU firmware update over UART.
Indeed it is mentioned about firmware updates  from USB (DFU mode) and UART. 
For the firmware updates in DFU mode, there exists the sorces but for the firmware update over UART there is almost none.
Does any one able to perform a firmware update over UART?

BRT Community

Hello,

You are already in contact with our support team on this issue via email.
Please post any resolution here to help other customers.

Best Regards,
BRT Community

scoprioprise

#2
I can affirm we had it done, but we have a different approach (using external EEPROM instead of directly writing in flash) with XMODEM over UART at 921kbps.
I'm sorry I can't share directly the code, but I can help you find the way if you're interested.

The function you need to write is memcpy_dat2flash()