User Activity

Hi,MCU : STM32H743ZITouchGFX : 4.18.1After I execute HAL::initialize(), my jump doesn't work anymore, I do get in the bootloader but the USART1 bootload doesn't ACK my requests. If I jump before HAL::initialize it does work. I tried to look at the re...
MCU : STM32H743ZISTM32CubeIDE 1.10.1TouchGFX 4.18.1I created a stm32h743 project with cubeMX and created a simple red screen as in this video https://www.youtube.com/watch?v=SRQD8JMeg_k&t=3034sI added the fix in this topic https://community.st.com/s/...
When I tested TouchGFX and CubeMX with the STM32H735 discovery kit, it took me 1 hour to develop my UI and validate it (great!)I designed a custom board with a STM32H743ZI and I have been trying to generate a proper project with CubeMX and TouchGFXFi...
I already set up a SPI1 Tx and Rx with MDMA and DMA2 moving data from DTCMRAM to RAMD2 to SPI1Is it possible to do the same with SPI6 ?I see that DMA2 can access APB4 peripherals (including SPI6) but "sp6_rx_dma" and "spi6_tx_dma" hardware requests a...
Using STM32H743ZII am using SPI1 in 2 lines Rx only mode with DMA2 Stream 2 as in ST exampleI use Rx DMA with a buffer located in D2 RAM. Using debugger I found that the first reception works well, data gets written into my buffer. But my DMA doesn't...