This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR1642: How to trigger warm reset on pin N9 in AWR1642?

Part Number: AWR1642


Hi:

    I‘ve read AWR1642 Referece Manual, I found Ihave to write config to MISCCTL1 register to enable warm reset trigger from outside. But I found this register is not mentioned in 'reg_toprcm_xwr16xx.h'. Is there actually a register named this, and is there any way I can config this register in SDK, or I have to write this register on my own in SDK? Thank you!

  • Hi,

    You can write your own code to write that register.

    Register address is [0xFFFF E278] and bit [7:0] needs to be written 0xAD to enable external watchdog reset to the device (from MSS core).

    Meanwhile let me check this mismatch from reference manual to SDK source code.

    Regards,

    Jitendra