Can I use SRAM after OTP programming?

2 posts / 0 new
Last post
songinsok
Offline
Last seen:5 years 1 week ago
加入:2015-11-02 05:28
Can I use SRAM after OTP programming?

Hi,

我需要知道如何编程OTP. I just want to make sure that the OTP programming. But I've got only one DA14580(daughter board).

So, I want to know that. If I programming the OTP, I can use SRAM?

Device:
MT_dialog
Offline
Last seen:6 days 2 hours ago
Staff
加入:2015-06-08 11:34
Hi songinsok,

Hi songinsok,

If you burn your application flags in the OTP header you will disable the booting from the peripherals (UART/SPI/I2C), after that the only way to program the 580 is your through the JTAG interface (since you dont disable the OTP JTAG in the OTP Header - the default setting is enabled). If you disable the JTAG in the OTP header then there is no way to download code into the sysram.

Thanks MT_dialog