You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used pluging cortex-debug with microprocessor STM32MP157DAC1. In this micro they are 2 cores : (A7 for linux and M4). We try to debug the M4 with linux running (A7 running).
With this microprocessor we can debug M4 with 2 modes :
Engineering Mode (No linux running)
Production mode (Linux running)
If we debug M4 with engineering mode : the debug is ok with vscode plugin : cortex-debug
Now we want debug with linux running (production mode) because we need inter-processor communication (A7 and M4) . We need debug with application OPENAMP used . With Stm32CubeIDE : it's working , the firmware is loaded in SSH into linux and the prgram M4 is started by linux and the debug probe only connect to the firmware without restarted (hot plug). it's posible to do the same with pluging cortex-debug ?
The text was updated successfully, but these errors were encountered:
Hello,
We used pluging cortex-debug with microprocessor STM32MP157DAC1. In this micro they are 2 cores : (A7 for linux and M4). We try to debug the M4 with linux running (A7 running).
With this microprocessor we can debug M4 with 2 modes :
If we debug M4 with engineering mode : the debug is ok with vscode plugin : cortex-debug
Now we want debug with linux running (production mode) because we need inter-processor communication (A7 and M4) . We need debug with application OPENAMP used . With Stm32CubeIDE : it's working , the firmware is loaded in SSH into linux and the prgram M4 is started by linux and the debug probe only connect to the firmware without restarted (hot plug). it's posible to do the same with pluging cortex-debug ?
The text was updated successfully, but these errors were encountered: