I am creating a battery powered device that requires using the ndp120 on the nicla voice to wake the nordic mcu on the nicla voice from a low power sleep mode. I can train the model using edge impulse to recognize specific keywords, but I cannot seem to find any resources on toggling a low power sleep mode on the nordic mcu. Based on the schematic, it appears the ndp120 has an interrupt line connected to gpio13 on the nordic mcu. Does anybody know if it is possible to trigger the nordic mcu to exit a low power sleep mode for low power wake word detection using an interrupt on gpio13 on the nordic mcu? If so, please let me know how I would go about implementing this. Thank you!