Skip to main content
Carter Lee
Associate III
August 30, 2017
Solved

How do I get USART(polling, Interrupt, DMA) example code?

  • August 30, 2017
  • 1 reply
  • 1105 views
Posted on August 30, 2017 at 10:05

Hi

Now I'm trying to implement USART to my STM32F10x KIT.

Basically I use the KEIL uVision and I've build up with Pack Installer of uVision on STM32F10x.

but I can't find USART(polling, Interrupt, DMA) example.

I don't want to use to build up such as ''STM32CubeMX'' tools and such as HAL. 

How do I get USART(polling, Interrupt, DMA) example code? and tutorial?

the following image shows that there is no any USART example codes.

0690X0000060438QAA.jpg

#usart #stm32f10 #example-usart #keil-examples #keil-uvision
This topic has been closed for replies.
Best answer by Vangelis Fortounas
Posted on August 30, 2017 at 22:12

Hello!

You can download the SPL  from

https://my.st.com/content/my_st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32-standard-peripheral-libraries/stsw-stm32054.license%3d1504092314057.html

, with a lot of working examples.0690X000006081hQAA.png

Regards

vf

1 reply

Vangelis Fortounas
Associate II
August 30, 2017
Carter Lee
Associate III
August 31, 2017
Posted on August 31, 2017 at 03:06

Thanks. I didn't know that there is such a SPL except HAL.