STM32 capabilities
Hi,
I would like to move my project to STM32 from another MCU.
There are some requirements that I have to comply with and I would like to know if STM32 is a good idea or not.
I need to be able to flash the firmware using USB without an USB to UART converter and have a secure way of flashing the firmware (like secure bootloader).
Also, the MCU should send some data to a PC, but it is binary data and I want the communication to be as fast as possible and reliable. I was using UART to USB before and the highest bit-rate that I could go up to was 115200. Anything more than that had the potential to send wrong bytes. So I would like the data transfer to be done using the same USB as for firmware update.
Also, how is the SDK for it? I have never used it before and I am not sure how all the environment works.
Regards,
Gabriel
