cancel
Showing results for 
Search instead for 
Did you mean: 

Connect to STM32F769I-DISCO via UART using STM32Programmer

MdFayaz
Associate III

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:
_legacyfs_online_stmicro_images_0693W00000biNVKQA2.png

3 REPLIES 3
Peter BENSCH
ST Employee

Please change the host configuration from Parity None to Even Parity.

Regards

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Thanks @Peter BENSCH​ .

After changing the Parity to Even, I tried to connect and still the error comes

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.