User Activity

I'm using a 1280x800 pixel display with 72 MHz pixel clock, and an external SDRAM. Sometimes I see glitches like this, where parts of the image is horizontally displaced:https://www.youtube.com/watch?v=_pluyvL0PvIThe SDRAM is the IS42S32200L with 32 ...
I have a project with a STM32H7 part generated with CubeMX, but I want to copy the code to RAM after reset and then run it from RAM, because I want to change the flash where the code is running. How can I do this?I noticed there is a linker file STM3...
I think the article here:https://community.st.com/s/article/FAQ-DMA-is-not-working-on-STM32H7-devicesis wrong. In solution 3 it invalidate D-cache before reception. This doesn't make sense, it has to invalidate the D-cache after reception.
I'm using this code to read from a flash chip with quad SPI: // send read command and read page data OSPI_RegularCmdTypeDef sCommand; memset(&sCommand, 0, sizeof(sCommand)); sCommand.OperationType = HAL_OSPI_OPTYPE_COMMON_CFG; sCommand.FlashId = ...
I've implemented a hello world project, by just using the default settings with CubeMX for the NUCLEO-H723ZG board, then disabling ethernet and USB-to-go, and then adding a yellow LED blink code. Full project and generated code, for STM32CubeIDE:http...
Kudos from