OTP programming using DA-14585 basic dev kit

⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.wsdof.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
2 posts / 0 new
Last post
Hassan
Offline
Last seen:3 months 4 days ago
加入:2016-05-31 06:53
OTP programming using DA-14585 basic dev kit

Hi,

I have two questions:

1. Can use a DA-14585 basic dev kit to program (OTP) a custom board which is using a DA-14580 chip (via JTAG)?

2. I have added a jumper to the J8 pins which is done for OTP programming, but when I check the voltage at TP2 (which is meant to be 6.8V) it is 0V, am I missing something? Do you know what could be the issue that I am not getting my 6.8V? Has the TP which outputs the 6.8V changed from the DA-14580 basic dev kit? (I had one and the voltage was output at TP2).

Thanks

Device:
PM_Dialog
Offline
Last seen:1 day 16 hours ago
工作人员
加入:2018-02-08 11:03
Hi Hassan,

Hi Hassan,

DK可以所有的对话框be used in order to program a custom board via JTAG.

J4 - Pin 1 (VBAT_580) - > Vcc of the custom board.

J4 - Pin 25 (TMS) - > SWDIO pin of custom board.

J4 - Pin 27 (TCK) - > SW_CLK pin of custom board.

J4 - Pin 2 (GND) - > to the ground of the custom board.

However, the DA14580 needs 6.8V voltage for the OTP programming. This voltage doesn’t exist on the DA4585 and the basic DK. So, you should use an external supply on the VPP of the DA4580 to enable the opt programming. The supply voltage on VPP pin during the OTP programming should be 6.6V – 6.8V. You need to ensure that the supply voltage on VPP pin during the OTP programming is within 6.6V – 6.8V. The supply voltage during programming should be clean and must not exceed 6.8V.

Keep in mind that OTP stands for One Time Programmable, thus you can’t erase and re-write the OTP multiple times, but you can only flip the bits that are still set to 0 and turn them to 1.

Generally, if you are starting a new design, we would strongly recommend moving into DA14531 or DA14585/586 products and SDK6.0.14, as it is much more improved. We have a lot of code examples and improved documentation, and there is also software roadmap support. There is not any software roadmap support for DA14580 product family and SDK5.

//www.wsdof.com/products/connectivity/bluetooth-low-energy/products/da14531

Moreover the DA14531 SmartBond TINY™ Module is now released! Follow the link below to find datasheet, documentation and HW collaterals for the module:

//www.wsdof.com/products/bluetooth-module-da14531-smartbond-tiny

Thanks, PM_Dialog