-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uart stm32l0 #1
Comments
There is quite number of example in google. You can take any of them to implement. #define PUTCHAR_PROTOTYPE int __io_putchar(int ch) PUTCHAR_PROTOTYPE printf("Temperature 0 : %0.4f Temperature 1 : %0.4f\n", Temperature[0], Temperature[1]); |
Fact is we use l0 series and we use LSE clock with 32khz value and i dont know that we can make "us delay" in this situation or not |
I will try this code with your library thanks though |
I'm not familiar with L0, but think you can try this: |
can you help me about this code wanna know in which header file should i define and declare functions? |
how can i display the temperature value via uart on stm32l010k8t6 please help thanks
The text was updated successfully, but these errors were encountered: