Replies: 1 comment
-
Hi... You can bypass SoftConsole for the moment and just test the openocd based connection. The command would look something like this.... C:\Microchip\SC-2022.2-new\openocd\bin>.\openocd.exe --command "set DEVICE MPFS" --file C:\Microchip\SC-2022.2-new\openocd\share\openocd\scripts\board\microsemi-riscv.cfg I'm assuming you are using an external FP5 or FP6 for the JTAG connection? Dave |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've started working on a new custom board with the mpfs250t. Had been using mpfs-icicle-kit-es with mpfs250-es.
The problem is I can't get the debug working. I can successfully program the eNVM with SoftConsole or FlashPro Express.
What happens:
Here's openocd output:
The process is terminated with an error message pop-up. The window details say:
What I've tried:
D:\\workspace\\Debug\\empty-baremetal.elf
is where the ELF is generated and location is correct.Beta Was this translation helpful? Give feedback.
All reactions