User Activity

Posted on July 31, 2013 at 09:26Hi,I am trying to use internal temperature sensor of STM32VLDiscovery board but I have a little problem. I get ADC conversion result and apply the formula in RM0008, temp = (V25-Vsense)/Avg_slope+25, to calculate temp...
Posted on July 30, 2013 at 09:15 Hi, I am working on a project and I need to use internal temperature sensor on STM32VLDISCOVERY board. I want to use ADC in single channel single mode and I made ADC configurations according to that as you can se...
Posted on July 25, 2013 at 14:15I am using STM32VLDISCOVERY board (with STM32F100RB) to develop a basic real time clock application. Since I do not have a 32kHz crystal for now, I am using LSI clock instead of LSE.When I debug the code, I can see RT...