Thank you very much this was so helpful.
One additional issue,
Referring to the 38.5.5 Wake-up/interrupt control register from the UM, some glitching issues can occur when it comes to invoke interrupt using the PLU module due to the possible delay caused by the LUT network.
In a first trial, I left the default settings of the plu_wakeint_config_t, means no filtering is used and the clock cycle is default (using the PLU_GetDefaultWakeIntConfig). Then, the code get stuck in the PLU_IRQHandler and does not go out from the function.
As a trial to fix that, I thought that glitching may be the cause, so I updated the plu_wakeint_config_t in a way that it considers the filtering mode. Then, then interruption is no more invoked from the PLU module!
Any idea about this issue?
Thank you again.