Hello,
I've developed an application on the nRF54L15DK, and have bought Insight SIP's ISP2454, featuring the same chip.
I tried flashing the new chip with a hello world application, but I am running into issues.
I ran RTT, but I'm not getting any output on it from the chip.
I checked the PC register, and it points to the address 0x0000C530, which points to the nrfy_grtc.h file, line 300.
If I understand correctly, this is a function that loops until the GRTC is ready.
I found a post with a similar issue here:
nrf54L15 LFRC 32KHz clock configuration issue
Now, it could be that the chip featured on the ISP2454 is the older revision one (I tried checking with them, still waiting for the reply), but it seems weird to me that then every chip of theirs would have a similar bug, making their chip basically useless, considering that it cannot even run the hello world program.
It just doesn't seem realistic they would push a product they didn't even try out, so what I'm getting to is a conclusion that I must be doing something wrong.
Here is my .prj file: