2019-12-05 07:21 AM
2019-12-05 08:47 AM
Hi @PGeuc.2036
Yes , you can avoid using UART by using what we call "attach" mode.
This mean you have to manage to load and start the M4 on target by your own. ( copy on target and use remoteproc command line)
Then in CubeIDE you untick "Download" option for your .elf in Debug Configuration / Startup pane / Load Image and Symbols ( double click on elf line to get access to download option in popup)
Hope it help,
Olivier
2019-12-05 08:47 AM
Hi @PGeuc.2036
Yes , you can avoid using UART by using what we call "attach" mode.
This mean you have to manage to load and start the M4 on target by your own. ( copy on target and use remoteproc command line)
Then in CubeIDE you untick "Download" option for your .elf in Debug Configuration / Startup pane / Load Image and Symbols ( double click on elf line to get access to download option in popup)
Hope it help,
Olivier
2019-12-12 06:47 AM
Thank you @Community member