2023-04-18 11:41 PM - edited 2023-11-20 07:46 AM
I tried to connect to STM32F769I-DISCO via UART using STM32Programmed with the following configuration and the following error popped up
Configuration:
Port: /dev/ttyACM0
Baudrate: 115200
Parity: None
RTS: 0
DTR: 0
Error:
2023-04-19 12:15 AM
Please change the host configuration from Parity None to Even Parity.
Regards
/Peter
2023-04-19 02:02 AM
Thanks @Peter BENSCH .
After changing the Parity to Even, I tried to connect and still the error comes
2023-04-19 04:44 AM
Make sure you have set the correct boot mode to activate the bootloader. Also make sure you select a supported UART - the STM32F769 uses USART1 and USART3. Details can be found in AN2606, chapter 40.
Regards
/Peter