Quantcast
Channel: Microcontrollers
Viewing all articles
Browse latest Browse all 4922

STMF32 truestudio example code

$
0
0
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

Code (Text):
  1.  
  2. /* Includes ------------------------------------------------------------------*/
  3. #include "stm32f4_discovery.h"
  4.  
  5. /** @addtogroup STM32F4_Discovery_Peripheral_Examples
  6.   * @{
  7.   */
  8.  
  9. void EXTILine0_Config(void);
  10.  
  11. /* Private functions...
STMF32 truestudio example code

Viewing all articles
Browse latest Browse all 4922

Trending Articles