The nRF24LE1 OTP NV DATA how to programming by ISP? Meaning is by ISP only programming NV DATA, how to Implementation? Thanks.
The nRF24LE1 OTP NV DATA how to programming by ISP? Meaning is by ISP only programming NV DATA, how to Implementation? Thanks.
This is described in section 6.3.1 of the nRF24LE1 OTP Product Specification. In general, you write to this memory just like any other, just make sure to write to the correct address. As it says in the specification, it should be mapped at address 0x4400 to 0x47FF as seen through the ISP interface.
If there is anything in particular that is unclear, could you please edit your question and elaborate?
The nRF24LE1 OTP NV DATA how to programming by ISP? My question is how to only programming the NV DATA by ISP interface with nRFgo studio? Thanks.