You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stm32官方文档里说串口通信校验方式是【偶校验】(even parity) Once initialized the USART1 configuration is: 8-bits, even parity and 1 Stop bit
但代码里写的【不校验】: stm32isp_init(argv[1], 57600, 8, 1, 'N', 30);
我使用的是 STM32F103ZET,bin 文件烧不进去,改成 偶校验就好了
The text was updated successfully, but these errors were encountered:
stm32官方文档里说串口通信校验方式是【偶校验】(even parity)
Once initialized the USART1 configuration is: 8-bits, even parity and 1 Stop bit
但代码里写的【不校验】:
stm32isp_init(argv[1], 57600, 8, 1, 'N', 30);
我使用的是 STM32F103ZET,bin 文件烧不进去,改成 偶校验就好了
The text was updated successfully, but these errors were encountered: