User Activity

Posted on June 02, 2015 at 08:52 I'm using the FatFs library ver R0.10 to access the SD card. Here is my code: SystemInit(); USART_Configuration(); NVIC_Configuration(); /*-------------------------- SD Init ----------------------------- */ Sta...
Posted on June 24, 2014 at 12:06This is my program to control TIMER2 interrupt but it doesn't jump into interrupt function. How can I fix this problems????? I used startup_stm32f4xx.s , set clock for timer2, enable timer2 interrupt in NVIC register....