User Activity

Posted on February 26, 2018 at 10:02Hi,I am working on a nucleo STM32H7 and I am trying to communicate with a Hokuyo through USB. When  I connect the device  the init fails at some point in the usbh_cdc.c (USBH_CDC_InterfaceInit)In this function the...
Posted on February 15, 2018 at 13:34Hi,I am looking at using this WiFi expansion board. I am trying to understand the code example and I would like to integrate it with FreeRTOS. I can see there is a Timer running at 10KHz. I'd like to know whether ...
Posted on February 15, 2018 at 10:48Hi,I am trying to stop the watchdog when I hit suspend in TrueStudio. Is there something to add in the startup scripts? Or another option to do that ?Thanks,A.
Posted on February 09, 2018 at 12:11Hi,Did someone work on implementing a LIN communication with a STM32?I can't find code example on ST. A.
Posted on February 02, 2018 at 12:34Hi all,I am trying to make a simple CAN test program to send 8 bytes data. It seems like it is sending data (from the code point of view) but when I look with a scope. The TX line goes down for a few �S, then go b...