STM32CubeProgrammer connection over UART error
Hi, I've some problem using SMT32CubeProgrammer.
i am trying to connect via uart to micro stm32g491 but i receive some error messages.
15:21:34:034 : RTS low
15:21:34:034 : DTR low
15:21:34:171 : Serial Port COM15 is successfully opened.
15:21:34:172 : Port configuration: parity = even, baudrate = 115200, data-bit = 8, stop-bit = 1.0, flow-control = off
15:21:34:172 : No Init bits value is : 0
15:21:34:172 : Sending init command:
15:21:34:175 : byte 0x7F sent successfully to target
15:21:34:176 : Wait ends after 1 loop, dataready = 1, delay = 0
15:21:34:176 : Received response from target: 0x79
15:21:34:191 : Activating device: OK
15:21:34:192 : Sending GetID command and its XOR:
15:21:34:192 : byte 0x02 sent successfully to target
15:21:34:192 : byte 0xFD sent successfully to target
15:21:34:192 : Wait ends after 1 loop, dataready = 1, delay = 0
15:21:34:192 : Received response from target: 0x79
15:21:34:192 : Received 4 data bytes from target : 0x03047b7b
15:21:34:194 : Chip ID: 0x47B
15:21:34:195 : Sending Get command and its XOR:
15:21:34:195 : byte 0x00 sent successfully to target
15:21:34:195 : byte 0xFF sent successfully to target
15:21:34:195 : Wait ends after 1 loop, dataready = 1, delay = 0
15:21:34:195 : Received response from target: 0x7b
15:21:34:196 : Error: GET command not acknowledged!
15:21:34:197 : Reemission of Get command
15:21:34:197 : Sending Get command and its XOR:
15:21:34:197 : byte 0x00 sent successfully to target
15:21:34:214 : byte 0xFF sent successfully to target
15:21:34:214 : Received response from target: 0x1b
15:21:34:215 : Error: GET command not acknowledged!
15:21:34:218 : Reemission of Get command
15:21:34:218 : Sending Get command and its XOR:
15:21:34:222 : byte 0x00 sent successfully to target
15:21:34:224 : byte 0xFF sent successfully to target
15:21:34:226 : Received response from target: 0x33
15:21:34:228 : Error: GET command not acknowledged!
15:21:34:328 : UART PORT CLOSE
but if I try to communicate with the embedded bootloader of stm32 using another software (for example minicom or docklite) I can communicate correctly.
here are some messages on the serial:
09/03/2022 14:37:50.788 [TX] - 7F
09/03/2022 14:37:50.804 [RX] - 79
09/03/2022 14:37:51.966 [TX] - 02 FD
09/03/2022 14:37:51.971 [RX] - 7A 03 04 7B 3F 79
09/03/2022 14:37:53.091 [TX] - 01 FE
09/03/2022 14:37:53.094 [RX] - 79 33 00 00 7B 3F
09/03/2022 14:37:53.787 [TX] - 02 FD
09/03/2022 14:37:53.793 [RX] - 7B 3F 03 04 7B 7B 3F
09/03/2022 14:37:54.490 [TX] - 01 FE
09/03/2022 14:37:54.497 [RX] - 79 71 00 00 7B 3F
why can't i use stm32cubeprogrammer software?
