Hello,
I just see that on datasheet for BLE functionnalities.
·Bluetooth® low energy can receive or transmit messages while its in sleep state, waking the SoC when done and can also interrupt the core via GPIO_AON[5].
To do this, i create a sketch with interrupt ISR_BLE on AON[5].
But nothing is happening apart from the LED on port 6.
Do you have an idea ?
Thanks !
BLE_ISR_TEST_LP.ino (4.88 KB)