BRT Community

Please login or register.

Login with username, password and session length
Advanced search  

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

Author Topic: FT9XX firmware update over UART?  (Read 10046 times)

Zetin

  • Newbie
  • *
  • Posts: 2
    • View Profile
FT9XX firmware update over UART?
« 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?
Logged

BRT Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 743
    • View Profile
Re: FT9XX firmware update over UART?
« Reply #1 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
Logged

scoprioprise

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: FT9XX firmware update over UART?
« Reply #2 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()
« Last Edit: October 05, 2020, 11:00:46 AM by scoprioprise »
Logged