2020-04-21 08:21 PM
I’m using a FTDI chip (FT230XQ) connects to PC through USB.
The FTDI connects the STM32G70 with the UART, REST and BMODE pin.
Would the CubeProgrammer supports this architecture?
Is there an example hardware connectivity diagram?
2020-04-21 09:59 PM
Are you wanting to use REST and BMODE to put the chip into bootloader mode and use the UART to program it?
2020-04-22 05:58 AM
2020-04-22 06:26 AM
That should be supported by STM32CubeProgrammer once it's in bootloader mode. But you'll need to get it into the mode first. Presumably FTDI lets you toggle those other pins.
The UART pins that are available for the bootloader are listed in AN2606: STM32 microcontroller system memory boot mode.
2020-04-23 09:40 AM