In S32 Design Studio, "PEMicro" only show in "Debug Configurations" but not show in "Run Configurations"
How could I add "PEMicro" to "Run Configurations". Because I often just want to download code to board to run with the "Run" button, not need to debug
Solved! Go to Solution.
Hi,
for embedded systems there is no reason for using Run configurations. You always need to use debug probe (except the systems with OS which can execute gdb server). Please use Debug Configurations.
Hi,
for embedded systems there is no reason for using Run configurations. You always need to use debug probe (except the systems with OS which can execute gdb server). Please use Debug Configurations.
Got it,and I am going to use debug. Actually, I use the "Run" to work as a "download" button for programming code to board without "debug" (no "download" button in S32 Design Studio).