User Activity

Posted on October 03, 2017 at 13:12On this site: http://www.st.com/en/microcontrollers/stm32f070rb.html it says that this microcontroller has aCalendar RTC with alarm and periodic wakeup from Stop/Standby. However I don't seem to get the periodic wa...
Posted on July 19, 2017 at 12:50 To clear the RXNE Flag of an USART, you can either read the RDR register or set the RXFRQ flag in de RQR register. Which of these two methods will take up the least processing time? void USART2_IRQHandler(vo...
Posted on March 09, 2017 at 09:25HelloDoes anybody know any specifications for the protection diodes included for each IO pin? What is the maximum current that can flow through? what is the maximum power dissipation? I am trying to decide whether I ...
Posted on November 03, 2016 at 15:41 Hello I am trying to use TIM3 update event to trigger ADC to convert one channel 1000 times @ 50kHz resulting in about 20ms. This is for filtering out net interference. The problem is when I configu...