Hi @flobue ,
I hope you are doing well.
Please accept my apologies for delayed answer.
To generate a 500ms pulse you could use PWM.
you should not access lprtc registers while it is active on the A53 core.
you could use the below-mentioned methods to generate a pulse on the RTC alarm.
1. Set an alarm for LPRTC from the A53 core and use rpmsg to communicate between M4 and A53 when an interrupt occurs.
2. Use an external RTC connected to the M4 i2c bus and generate a PWM signal on the alarm interrupt.
Thanks & Regards,
Sanket Parekh