User Activity

Initially, there was CubeIDE project for STM32H747XI without TouchGFX and without C++ accordingly. Everything was ok, startup, linker or HAL init sequence were not touched. Everything worked (DSI, LTDC, I2C, etc.)Time later, I added TouchGFX into pro...
Greetings!I have a board with STM32H747XI and SN65DSI84-Q1 as a converter from DSI to LVDS.The issue is that I can not get video output from MCU to 2ch LVDS panel 1920x720 with any configuration I'm trying. The main issue is that I'm getting HAL_DSI_...
Good day everyone.Trying to make SAI work in TDM mode with DMA on STM32F746.Need to transmit 8 stereo channels, the sample is 16-bit long. So 16 * 2 * 8 = 256 bit frame.Init code: hsai_BlockA1.Instance = SAI2_Block_A; hsai_BlockA1.Init.Protocol = S...
Good day everyone.I'm trying to build application for dual-core MCU STM32H747XI on Disco board:Cortex-M4 core initializes System clock, QSPI and SDRAM and boots M7 coreCortex-M7 does all of dirty job like executing instructions from QSPI and etc.I tr...
Kudos given to