cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between 'stm32f10x_gpio' and 'GPIO_STM32F10x'

ron_w
Associate III
Posted on December 17, 2015 at 20:57

Hello

I have just been using the ''CMSIS-RTOS Blinky'' example that comes with the STM32F103 pack. This example uses GPIO_STM32F10x for the GPIO driver. I have been more familiar with stm32f10x_gpio when creating projects for the Nucleo board.

What is the difference between these two drivers? And is there a better time to use one over the other?

Thanks

Ron

1 REPLY 1
Nesrine M_O
Lead II
Posted on December 28, 2015 at 16:27

Hi Ron,

GPIO_STM32F10x is a GPIO driver for STM32F10x devices developed by KEIL however stm32f10x_gpio is an ST driver.

If you are familiar with ST drivers, I recommend you to start from GPIO/GPIO_IOToggle example under the S

http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/LN1939/PF257890

-Syrine-