BRT Community

General Category => Discussion - MCU => Topic started by: Zetin on September 30, 2020, 12:07:57 PM

Title: FT9XX firmware update over UART?
Post by: Zetin on September 30, 2020, 12:07:57 PM
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?
Title: Re: FT9XX firmware update over UART?
Post by: BRT Community on October 02, 2020, 05:00:07 PM
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
Title: Re: FT9XX firmware update over UART?
Post by: scoprioprise on October 05, 2020, 10:53:00 AM
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()