User Activity

Hi all, attempting to write data to a specific address in flash bank 1 and calculate the CRC. Using three different CRC methods: flash CRC, software CRC, and hardware CRC, but getting three different values for the same data. The code is attached bel...
Hello,observed that both the CM4 and CM7 cores are resetting (NUCLEO-H755ZI-Q), whereas it is expected that only the CM4 core should reset due to the Window Watchdog (WWDG2). For verification UART is configured in cm7 printing counter value. observe ...
I’m interfacing the STM32H755ZI-Q Nucleo board with an MTFC8GAMALNA-AAT eMMC. What configurations are necessary for this interfacing? I’m also getting warnings in the RCC configurations. Could you guide me on the settings needed for SDMMC1 and FATFS,...
Is it possible to create a custom widget in touchgfx using code, specifically in stm32cubeide? I would like to start with a blank screen and add a custom widget that I design through code. What are the steps involved in achieving this, including crea...