Part Number: CC2340R5
Tool/software:
Hi Forum,
I am working on project involving multiple GPIO and their interrupts further the same GPIOs are acting as trigger for waking up from shutdown state. The application involves gauging the button press interval and its combination.
The usual(expected) scenario is like:
Button_press --> wake-up-->process_timings --> take_appropriate_action--> shutdown
Everything works fine for single button press i.e upon doing operation it goes to shutdown mode. But when multiple button press occurs the "Power_shutdown" API is failing and device is remaining in ON.
Upon failing the return value was 0xFFFF.
Please let me why it getting failed?