User Activity

Posted on August 31, 2016 at 14:16Hi,Using the CubeF7 USB Host examples ok with default provided linker script (using SW4STM32 SystemWorks IDE).Yet, when moving the .bss & COMMON section out of the DTCM RAM region into the SRAM1 RAM region, example ...
Posted on August 26, 2016 at 13:29Hi,I have 4 STM32F746G-DISCO boards. Two from early production and two quite lately.Tried to read the FT5336 touch controller gestures, but in none of them managed to get any reading on the gesture register apart fr...
Posted on July 18, 2016 at 19:39Hi, Got a weird enumeration issue on a USB device in my USB host implementation. Using STM32F746Discovery with CMSIS/HAL, re-utilising one of the provided USBHost library examples. I have a specific external USB devic...
Posted on July 14, 2016 at 12:52Hi,I got an application that uses STemWin to display a GUI on STM32F746 Discovery LCD.The STemWin initialization is this** GUI_Init(); /* Activate the use of memory device feature */       WM_SetCreateFlags(WM_CF_MEMD...
Posted on October 28, 2015 at 14:07 Hi, Used the STemWin with quite a few demos on STM32F746G-Discovery so far succesfully, yet it seems that the GUI_CopyRect is not working. Tested it with many code variations but no rectangle n...