User Activity

Posted on February 07, 2018 at 09:08I have a control algorithm which operates within a Timer Interrupt of 200 us. Basically my code generates an output and compares it to a look up table. When I have a single array defined:const float Adm_Re_array[7...
Posted on February 04, 2017 at 16:52Hi All, I am trying to interface two STM32 discovery boards one as master and one as slave using the following code snippets. Sometimes the data seems to arrive correctly at other times it is corrupted. I just cal...
Posted on December 30, 2013 at 16:22I am currently thinkering with the USB HID example supplied with the STM32_USB-Host-Device_Lib_V2.1.0. I would like to communicate with MATLAB using the psychotoolbox to read the data output through the USB port; ...
Posted on December 28, 2013 at 14:27I would like to know if there exists a sample code on which I can elaborate to do the following:Transfer data stored in a variable on the microcontroller to computer software such as MATLAB through the USB OTG int...