User Activity

Posted on November 23, 2017 at 10:10I have a custom board based on STM32F412VE that communicates with the PC via the UART1 (pin PA9 and PA10 with 100K pullup). I have problems communicating with the bootloader. Here is an oscilloscope screenshot:As ...
Posted on November 16, 2017 at 09:29I'm trying to setup some gui windows using STemWin. It would be very helpful if I could compile some simulations to run on a PC (I suppose Windows, Linux is out of the question?). I have seen that in the STM32Cube...
Posted on June 20, 2017 at 17:23BOR_LEV and RDP fields seems to be duplicate: both appears in option bytes and in FLASH_OPTCR. Are they alias to each other? If option bytes and FLASH_OPTCR differs in these fields which setting is applied?Can Option ...
Posted on September 20, 2016 at 13:08 Hi, I use STM32F410RB, and I need to trigger an ADC1 scan regular conversion every TIM1 CC1 event. I am sure that TIM1 works, because I have an interrupt that is triggered every CC1 event. I tried to ...