2017-08-30 01:05 AM
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.
#usart #stm32f10 #example-usart #keil-examples #keil-uvisionSolved! Go to Solution.
2017-08-30 01:12 PM
Hello!
You can download the SPL from
, with a lot of working examples.Regards
vf
2017-08-30 01:12 PM
Hello!
You can download the SPL from
, with a lot of working examples.Regards
vf
2017-08-30 08:06 PM
Thanks. I didn't know that there is such a SPL except HAL.