Learn MoreFAQsTutorials

2 posts / 0 new
Last post
uprozarif
Offline
Last seen:7 hours 35 min ago
加入ed:2020-04-05 23:08
custom da14586 board programming

Hi,

I wanna program custom da14586 board by da14531 dk pro. Do you have any documents hardware and software configuration for it ?

1) I also have dk14585 dk pro, which one do u prefer ?

2) can u tell me how to program it with smartsnippet ?

3) which pins are required for connection ?

If you dont have a document, i will appreciate if you answer the questions.

Thanks.

Keywords:
Device:
PM_Dialog
Offline
Last seen:1 week 8 hours ago
Staff
加入ed:2018-02-08 11:03
Hi uprozarif,

Hi uprozarif,

You can program your custom board by using our development kit either via JTAG or UART–

In case of the NEW DA145xx Pro-DK :

//www.wsdof.com/products/da14531-development-kit-pro

JTAG interface, the required connections are:

  • J1.21 (SWCLK) - > SW_CLK销定制。
  • J1.23- (SWDIO) > SWDIO pin of custom board.

UART interface, the required connections are:

  • J1.15 (URX) - > on the TX pin of the custom board.
  • J1.17 (UTX) - > on the RX pin of the custom board.
  • J1.25 - RST - > to the RST pin of the custom board.

In both cases you should power your custom board via the Pro-Kit and have common ground too.

In case of DA1458x Pro-DK :

//www.wsdof.com/products/da14585-development-kit-pro

JTAG interface, the required connections are:

  • J4.25 (TMS) - > SWDIO pin of custom board.
  • J4.27 (TCK) - > SW_CLK pin of custom board.

UART interface, the required connections are:

  • J4 - UTX - > on the RX pin of the custom board.
  • J4 - URX - > on the TX pin of the custom board.
  • J4 - RST - > to the RST pin of the custom board.

In both cases you should power your custom board via the Pro-Kit and have common ground too.

Please give a try and let me know if this is working.

Thanks, PM_Dialog