This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Connect Microchip SAMA5D27-SOM1-EK1 ...

Hi,

I installed ARM Development Studio with a 30-day evaluation to build the first prototype with Microchip SAMA5D27-SOM1-EK1. To my surprise I realized that I cannot connect to the card using JLink on board.

I then used the SEGGER J-link GDB, with which I connected without problems.

However, I can't find the method to connect ARM Development Studio to the local GDB to debug device.

Before changing the Jtag of the board to connect my ULINK2 I wanted to know if there is a possible solution ?

With ARM Development Studio, can't you remotely debug a custom board that uses a Bare Metal software ?

Thanks very much.

Parents
  • Hi debugasm

    Yes, Arm Development Studio is able to debug SAMA5D27 bare-metal, via a debug unit such as DSTREAM-ST or uLINK2.

    Arm DS does not use GDB(server) for bare-metal, though gdbserver is used by Arm DS for Linux Application Debug

    To connect bare-metal, use New Debug Connection > Hardware Connection, give the connection a name, then enter SAMA5D27 in the selection dialog:



    Follow the prompts to the "Edit configuration and launch" dialog, where you can select ULINK2:


    Hope this helps

    Stephen

Reply
  • Hi debugasm

    Yes, Arm Development Studio is able to debug SAMA5D27 bare-metal, via a debug unit such as DSTREAM-ST or uLINK2.

    Arm DS does not use GDB(server) for bare-metal, though gdbserver is used by Arm DS for Linux Application Debug

    To connect bare-metal, use New Debug Connection > Hardware Connection, give the connection a name, then enter SAMA5D27 in the selection dialog:



    Follow the prompts to the "Edit configuration and launch" dialog, where you can select ULINK2:


    Hope this helps

    Stephen

Children