I'm working on my first STM32 project, which uses an STM32F103RET6. I have designed a PCB with this and a few other I2C chips on. Rather than using the inbuilt USB, for simplicity I am using an FTDI USB-TTL converter connected to USART1.
I'm very familiar with arduinos, and would like to use the Maple language/IDE for my projects. Is it possible to flash the STM32 with the maple bootloader (much as I often do to turn blank AVRs into arduinos)? Will I have an issue trying to use UART1 for the bootloader rather than the inbuilt USB?
Many thanks for any thoughts or ideas!
Andy