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.

RRFPMM configuring for VDD2X front-end supply on the RF430FRL152HEVM

Hello I'm working with the NFC only example project,

when I'm trying to write into the RFPMMCTL0 register for activating the VDD2X (2.9V) supply for my analog front-end the debugger goes into the  C_INT00_NOEXIT() function at the boot.c file and I can't go ahead debugging. First I'm trying to write

RFPMMCTL0 |= PMMPW;

as explained at the family data sheet. (btw: In the header file its PMMPW and on the family data sheet its RFPMMPW). Anyway the error from above.


Thanks for any help!