GPIO_ToggleBits(GPIOD,GPIO_Pin_9);
Posted on November 09, 2014 at 12:46Dear All,I am using CMSIS '' STM32F0-Discovery_FW_V1.0.0 '' library files for STM32F0 MCU programming which does not support GPIO_ToggleBits(GPIOD,GPIO_Pin_9); instructionI already checked the ''gpio'' file which ...