User Activity

Posted on February 14, 2018 at 16:41Hi all,I am working on a project based around an old comms stack that uses the standard peripheral library, which i'm not that familiar with. I have been trying for a good couple of days now to get the UART rx int...
Posted on January 19, 2018 at 11:23Hi all,I am trying to implement a milli and microsecond delay, most importantly a micro delay as milli is obviously provided by the HAL libraries. My knowledge of timers is quite limited so I might be missing some ...
Posted on September 20, 2017 at 23:41Hi,I am trying to add the ADC handles into a struct that is in a seperate header file. For some reason I cannot get the ADC handles' typedef to be located after including  stm32f4xx_hal.h.My struct looks is as fo...
Posted on September 13, 2017 at 19:06Hi all,I am using a STM32f103C8T6 (blue pill), one of these $2 ebay boards, and I am having a really hard time getting some sort of dev environment set up with it.I seem to have finally be able to get it to consi...
Posted on August 13, 2017 at 18:25Hi all,I am not the most skilled when it comes to putting projects together with various libraries. So this entire area is a steep learning curve for me. I am trying to get a FreeRTOS project for the stm32F429i-DISC...