After running Linux on my SAMA5D4 Xplained Ultra board, I thought I'd put the JTAG to use and explore writing and debugging bare metal C on it.
Ok, repgramming the EDBG for Jlink OB was easy..., using a fav IDE seems major headache :
- uVision 5 appears to not supprt SAMA5 (then again, it's poor SW anyway)
- Microchip "Studio" has no supprt either? What?
- Segger Embedded Studio (my fav CrossWorks spawn) talks with the Jlink EDBG fine but gives insane cryptic errors when I try to build a Cortex A5 target, this is nuts.
Further, SEB doesn't seem to properly support SAMA5 either?
Is there a more sane way to do this?
PS : I detest Eclipse