1. While debugging our application, we found that we couldn't write to data memory settings anymore after a test in which we wrote some other settings to OTP. Our understanding is that you can write some registers
to OTP, and then continue to simply write to others only in RAM (for the sake of testing). It seems like writing to OTP (or some other event) put it into the sealed mode, and that we can't unseal it as we didn't get the keys and take note of them when the chip was still in FULLACCESS.
2. We need to use TS2 as a weak pull up in the normal mode for our circuitry. If TS2 is set as an ADC, can a pull be set ? We have TS2 config set to the default value of 0x00(which should have an 18k pull up to 1.8v), but TS2 shows 0v in normal mode.
2a. Would this work in thermistor mode ?
2b. If it does, can we prevent the chip from ignoring(such as a high temp or low temp fault condition etc) the TS2 measurement as a thermister value.
Is our understanding correct on all of this? The sealed issue has halted our experiments.