Hi Carlos,
1. my code doesn't run in EVKB flash, but in internal RAM, so if CPU is in low power mode, but after reset, it should not be low power mode again.
2. even though CPU can't be woke up by SWD, but isn't it able to be woke up by any resource either? Tickless_task() never run again. Normally, it should be run over and over again every each 5s. see attached image

3. change the code as you said, are there any effects? it's in main(), and not yet start any tickless thread.

see result, you can find Tickless_task() never be run second time

I think you have known below:
1. before voltage changing, tickless function works
2. on Silicon Rev A0, tickless function works
so I think there must be something wrong about MCU modules/clock settings or board voltage, but not software functionality changing.
BR,
Tom