Hi @CanolCael,
I'm very sorry, but it appears there is no such example project for the 55s28. I suggest you refer to the _ctimer_match_interrupt_example, the CTimer generates a programmable period interrupt, in the ISR, you can switch the task to increment a variable and count how many seconds have passed in execution.
Another way to configure this would be to utilize Config Tools, as shown in this article: An example to configure a peripheral timer in an F... - NXP Community. You will need to apply it to the LPC, though.
Please feel free to ask me if you have any doubts with the Timer peripheral.
Best regards, Julian