Hi,
I’m currently working with an STM32H747I-DISCO board which hosts an STM32H747XI MCU. This is a dual-core MCU containing an M7 and an M4 core. I’ve got a couple of questions regarding using it with VisualGDB. I’m fairly new to using dual-core MCUs so I apologize for any obvious questions.
Firstly, does visualGDB facilitate any method for debugging both cores at the same time? And what is the typical workflow for using dual-core MCUs? From what I understand so far you must create two separate projects for each core, so in the MCU finder on GDB this would be STM32H747XI and STM32H747XI_M4 for the M7 and M4 cores respectively.
Secondly, in doing so, with the STM32H747XI_M4, I’m generating an led blink project using HAL, it builds fine but debugging it leads to ‘The memory location used for the stack is not writeable (0x10047ffc)” it seems as if there is some error in the generated linker script.
Thank you.