User Activity

Posted on February 28, 2013 at 16:54 I have to receive a data on my stm32f100 microcontroller which is sent from a software on PC through RS232 port. I am using IAR C compiler and in the interrupt handler i have some further sensor related progr...
Posted on February 08, 2013 at 14:22In pal.h{............................................typedef enum   {    PAL_IOLSTATE_NOREQUEST,    PAL_IOLSTATE_ACTIVE_REQUEST,    PAL_IOLSTATE_APP_ACTIVE} pal_RequestState_t;extern pal_RequestState_t pal_eReques...
Posted on January 18, 2013 at 10:20 I am trying to write a simple program to toggle an LED at PORTA.3 on trigger by an external interrupt on PORTB.0..a switch is attached to PORTB.0 for changing the state of Port. I have done the initializati...
Posted on January 14, 2013 at 11:20Can anyone explain me what exactly is SYSCFG_EXTILineConfig command used for while dealing with interrupts ?
Posted on January 09, 2013 at 13:01I am trying to falsh a example program through a STM32 discovery debugger/programmer on an external STM32 chip. all the connections are right and done according to the instructions written in the Datasheet of STM d...