Part Number: MSP430FR2512
Other Parts Discussed in Thread: MSP430FR2633
Dear Sir.
we used the MSP430FR2512 for two touch keys.
we used the CapTIvate Design center to generate source code and wake on from BTN00.
//------------------------------------------------------------------------------------------
#define CAPT_WAKEONPROX_SENSOR (BTN00)
//Sensor: BTN00
const tCycle* BTN00_Cycles[2] =
{
&BTN00_C00,
&BTN00_C01,
};
//-------------------------------------------------------------------------------------
After program the source code, the touch key only wake up from BTN00_C00,
Could you please how to wake up from BTN00_C00 and BTN00_C01 in the LPM3 mode.