2024-05-27 08:17 AM
May I use the onboard debugger on the SPC582B-DIS Discovery board to download debugging programs for the AEK-MOT-MR200G1 development board? Can you tell me which specific pins need to be connected? As shown in the following picture!
Solved! Go to Solution.
2024-06-04 08:19 AM
Hi Bwang,
The following changes are required for programming and debugging the AEK-MOT-MR200G1 board with OpenOCD:
step 1: Under C:\AutoDevKitStudio-2.2.1\openocd\scripts\board open the file spc582b_dis.cfg
step2: at line 12 insert: reset_config srst_push_pull as showed in the image below.
step3: save the file.
step4: program and debug your code using OpenOCD in AutoDevKIt Studio
Thanks,
AutoDevKit Team
2024-05-27 12:34 PM
Hi,
This kind of connection is too error prone. We do not suggest it.
Best Regards,
AutoDevKit Team
2024-06-04 08:19 AM
Hi Bwang,
The following changes are required for programming and debugging the AEK-MOT-MR200G1 board with OpenOCD:
step 1: Under C:\AutoDevKitStudio-2.2.1\openocd\scripts\board open the file spc582b_dis.cfg
step2: at line 12 insert: reset_config srst_push_pull as showed in the image below.
step3: save the file.
step4: program and debug your code using OpenOCD in AutoDevKIt Studio
Thanks,
AutoDevKit Team