cancel
Showing results for 
Search instead for 
Did you mean: 

stm32f103c8 USART sync library not found

GRico.1
Associate II

I'm using stm32f103c8 development board. I want to use USART(Sync Mode) protocol not UART. But I couldn't find usart library. What is your suggestion? Can I pull from random github project files? Is that good solution?

3 REPLIES 3
TDK
Guru

> But I couldn't find usart library.

Where did you look? Seems like they're there to me:

https://github.com/STMicroelectronics/STM32CubeF1/blob/003dfc9e6c2e424c19a25df3934afaf7fce660d6/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_usart.c

If you feel a post has answered your question, please click "Accept as Solution".
GRico.1
Associate II

Yeah It's on github. I couldn't find on my project file. It could be a project file building exception.

0693W000005BQRjQAO.jpg

GRico.1
Associate II

Sorry my fault. I picked wrong com mode