User Activity

I am facing an issue where my STM32H7 board is not detected using STM32CubeProgrammer. I am using an STLINK-V3SET programmer, and the following error keeps appearing:   Error log: 17:04:59 : UR connection mode is defined with the HWrst reset mode17:0...
Hello,I am working on interfacing an external flash memory IC MT25QL512 with the STM32H745 microcontroller using QSPI in IAR Embedded Workbench.The Problem:When attempting to write data to the external flash using the HAL_QSPI_Transmit function, the ...
Debug Logs:Tue Nov 19, 2024 10:46:36: IAR Embedded Workbench 9.50.2 (C:\Program Files\IAR Systems\Embedded Workbench 9.2\arm\bin\armPROC.dll)Tue Nov 19, 2024 10:46:36: Loaded macro file: C:\Program Files\IAR Systems\Embedded Workbench 9.2\arm/config/...
Hello,I am working on a project using the STM32H745 microcontroller with an MT25QL512A external QSPI flash. I am using IAR Embedded Workbench for development and require the following:.board file: Specific to STM32H745 with MT25QL512A.Flash loader fi...
Hi everyone,I’m working on a project with an STM32H745, and I need to use a custom QSPI flash loader in IAR Embedded Workbench. I already have a custom loader file provided by ST, but it's in .stldr format, which is compatible with STM32CubeProgramme...