EVAL-ADUCM362

From SEGGER Knowledge Base
Jump to navigation Jump to search
ADuCM362.jpg

The EVAL-ADUCM362 is an ADuCM362 evaluation board.

Preparing for J-Link

It is recommend to use the Analog Devices USB-SWD/UART adapter to connect J3 of the evaluation board.

Using adapter board

  • Connect your J-Link to the JTAG header of the adapter board.
  • Connect J2 of the adapter board to J3 of th eevaulation board.
  • Power the adapter board via USB.
  • Verify the Connection with J-Link Commander. The output should look as follows:

ADuCM362 Connect.png

Direct connection

If no adapter board is available, jumper wires could be used instead:

Evalboard Pin J-Link Pin Signal
RST 15 RESET
DGND 4 GND
Left of TX 7 SWDIO
TX - Not connected
Left of RX 9 SWCLK
RX - Not connected
Left of V0 19 5V-Supply
V0 1 VTref
  • Connect the J-Link to J3 of the evaluation board, using jumper wires as described above.
  • Verify the Connection with J-Link Commander. Enable target supply voltage with power on. The output should look as follows:

ADuCM362 Connect Power.png

Example Projects

Hello World

The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the ADuCM362. It outputs "Hello World!" to the Debug Terminal in a loop.

Setup