JTag question
Closed this issue · 2 comments
quantrpeter commented
Hi All
Where i can find information about:
- using JTag to set the breakpoint in memory and trap the cpu, then single-step running in assembly level?
- what jtag i can use to work with this board and where i can buy it?
thanks
Peter
mwelling commented
The programming method listed here uses JTAG to program the device:
https://github.com/mwelling/lofive/wiki
The segger JLink is also supported:
https://wiki.segger.com/GroupGets_LoFive_R1_1
Either should allow for the use of GDB for debugging.
mwelling commented
There is freedom studio that provides a eclipse based graphical IDE if you are interested.
https://www.sifive.com/boards/
I have never tried but let me know if you need help setting it up.