User Activity

Posted on September 01, 2014 at 22:22i am using sprintf and snprintf  functions to convert float to string in IAR using stm32l series,but it converts successfully if we add it in example code given by IAR , but when i add the code in the project cre...
Posted on August 14, 2014 at 14:22I am running a sample code with while(1) loop running from flash using MSI @ 2Mhz  and it takes 6mA, but the data sheet shows that it takes 1mA with MSI @ 4.2Mhz running from flash.Are there any other configurations...
Posted on July 07, 2014 at 14:52how to configure watchdog timer for the freertos in stm32l152cb MCU, the freertos has 3 tasks running. when to update the WWDG counter, in the st example wwdg counter is updated in a while loop every 50ms . but how to...
Posted on March 23, 2014 at 11:38In  the system_stm32l1xx.c file of stdperipheral drivers it is given that SetSysClockToHSE(void) function is defined for 8Mhz by default and if we want to change config to 32khz external clock where can we change it ...
Posted on March 22, 2014 at 19:06how can we capture the faults? i read that these memmanage,bus and usage faults can be captured from SCB->CFSR(configurable fault status register) are there any sample pgms to deal with them and also do they occur du...