Question
STM32VLDISCOVERY GPIOTOGGLE
Posted on July 01, 2012 at 00:01
Hi all,
i used pubblic code of GPIOTOGGLE taken from ST site, i try to modify it for toggles led when user button was pressed. i used this modify to main.c STM32vldiscovery_PBInit(BUTTON_USER,BUTTON_MODE_GPIO); while (1) { if(STM32vldiscovery_PBGetState(BUTTON_USER)) STM32vldiscovery_LEDToggle(LED3); } but i can't compile cause this error Error[Li005]: no definition for ''EXTI_Init'' can someone help me? Thx.