2015-12-17 11:57 AM
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 Ron2015-12-28 07:27 AM
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 Shttp://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/LN1939/PF257890
-Syrine-