User Activity

Hello STM Community, I'm working on an STM32 project that involves a custom bootloader and application code. Here's the setup: Bootloader: Located at 0x08000000.Application: Located at 0x08040000.The bootloader successfully jumps to the application u...
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...