Skip to main content

custom da14586 board programming

10 months ago

custom da14586 board programming

Posted byuprozarif0 points 1 reply
0 upvotes

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.

10 months ago

PM_Dialog

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.xmece.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.xmece.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