User Activity

Hi,I'm working with touchgfx on an STM32F769I board and I'm facing a problem where some times the DMA2D throws a transfer error (DMA2D_ISR_TEIF) during the running of my application. In the touchgfx library files (STM32F7HAL_DSI.cpp) I see that the D...
Posted on May 18, 2017 at 15:19Hey everyone,I'm trying to implement the osxAcousticEC library on a STM32F4-DISCOVERY. The first problem was that I wasn't able to compile the library as it is and had to change this in system_stm32f4xx.c - -    __I ui...