Hello
I have atollic truestudio and I have started working on STM32F407 discovery board
I am looking sample code for counter and external hardware interrput
I got one example code in truestudio but I think its software interrupt
STMF32 truestudio example code
I have atollic truestudio and I have started working on STM32F407 discovery board
I am looking sample code for counter and external hardware interrput
I got one example code in truestudio but I think its software interrupt
Code (Text):
- /* Includes ------------------------------------------------------------------*/
- #include "stm32f4_discovery.h"
- /** @addtogroup STM32F4_Discovery_Peripheral_Examples
- * @{
- */
- void EXTILine0_Config(void);
- /* Private functions...