User Activity

Posted on March 18, 2015 at 09:04HiI have a bit of a problem when using malloc so I was wondering what others think about this. I use malloc in my application, mainly because the application is entirely asynchronous so either I have to use malloc or...
Posted on February 06, 2015 at 15:14HiI am working with a discovery board with an embedded ST-Link. Debugging over the embedded ST-Link works great over USB. However I need to develop software that uses the USB port as a USB HID Device. Doing this w...