nRF5340 tfm sample .. secure_peripheral_tfm

The documentation says ...

The sample displays the following output in the console from the non-secure firmware:

SPP: send message: Success
SPP: process signals: Success

The sample displays the following output in the console from the non-secure firmware:

IRQ: GPIOTE0 count: 0x00000002
IRQ: TIMER1 count: 0x00000001
IRQ: GPIOTE0 count: 0x00000003
IRQ: TIMER1 count: 0x00000002

Whey I build and run the application I see the SPP messages,
but I don not see any of the IRQ messages ...

I am using the latest version of the nRF Connect SDK and the board is a PCA10095 2.0.0
2022.13
What am I missing here ?
Related