User Activity

Posted on November 15, 2017 at 11:09Hello After I face some fitting to flash problem I saw my largest function is HAL_RCC_OscConfig.I thouht a function that writes static variables to registers should be smaller. Am I doing something wrong or is the...
Posted on February 15, 2017 at 11:48Hello;I am trying to add timeout to my USART reception.I am using USART1 interrupt to start a timer (a sofware timer using system timer). disable interrupt and after time out i should get the data (data packet is ...
Posted on December 19, 2016 at 16:05Hello;I am trying to implement FreeRTOS 9.0.0 and lwip2.0.0 with HAL library and GCCFor easiness I generated FreeRTOS code with STM32CubeMX and replaced FreeRTOS to 9.0.0 and then added LWIP. I can ping my device ...
Posted on September 13, 2015 at 23:14Hello I am trying to figure out DMA and write buffer for incoming TCP data to send over USART I was thinking about using circular DMA (for USART TX) and  add data to buffer. When new data arrives stop DMA and add...
Posted on August 31, 2015 at 11:04 Hello I am trying to save my settings into flash. I use a struct that storing settings, then put a pointer begining of it and store all the bytes into flash along the size of that struct. But it seems struc...