User Activity

Posted on March 30, 2017 at 10:13Hi,I would like to use a software read protection on STM32F0. I've made such a function:PROTECT_STATUS ReadProtectionConfig(uint8_t ProtectionLevel){ uint8_t status = OK; FLASH_OBProgramInitTypeDef OB_Init; HAL_FLASH...
Posted on February 28, 2017 at 22:28Hello! I have a problem with using usart transmit function twice in main program on STM32F4/STM32F0. First transmition should be with DMA and after it data should be send in blocking mode without using DMA. Proble...