User Activity

Posted on January 22, 2018 at 15:33Hello guys,I'm using STM32F446 along with ST's USB library in a project with USB CDC class. The USB used is the FS one. What I would like to do is detect the end of a USB connection (not based on VBUS). I was wonde...
Posted on November 08, 2017 at 08:46Hi,I am trying to port a code that is working with FreeRTOS to RTX. The microcontroller is the same: STM32F4.The code uses critical sections. I have tried using the same implementation for the critical section for...
Posted on October 22, 2017 at 11:18Hello,I have a project with an STM32F446, with RTX, 3 threads (main + 2 declared by me) + of course the idle one. The main thread enters wait state after starting the two threads so i have just two threads running....
Posted on October 03, 2013 at 17:15 Hi, I developed an application using the STM32L152D Evaluation board and everything was working as expected. The application was then moved to the actual project which uses a STM32L151RD microcontroller...