User Activity

Posted on February 06, 2017 at 09:07HiI'm using the STM32F401RE Nucleo board, I have noticed that the internal clock HSI has a quite high inaccuracy over temperature and it's not suitable for my application.I want to use an external clock for the bo...
Posted on February 01, 2017 at 07:25 I'm using STM32F401RE Nucleo board to measure the ambient temperature. After the sampling process, I receive a digital value from ADC_CHANNEL_TEMPERATURE and I want to convert this digital value into degree ce...
Posted on September 14, 2016 at 09:26Hi, I need to flash my code into STM32L031G6 chip using an external debugger, but i got the following error: ERROR: Timeout while checking target RAM, RAMCode did not respond in time  Failed to prepare for progra...
Posted on August 25, 2016 at 13:33Hi I'm using Nucleo STM32L031K6 for my project and I want to use an external debugger for the board instead of the internal debugger provided on the board. I looked at the data sheet of this STML031 and it says tha...
Posted on August 11, 2016 at 16:00Hi, When using a Timer and Compare value mode to generate an interrupt when the compared value is reached:         - Is it possible to pause the timer so that its current count value is halt instead of reseting the ...