I just wanted to notify that I need to set CONFIG_SOC_NRF_FORCE_CONSTLAT=y in order for a NRF54L15 to be able to respond as a SPI slave (SPIS) using nrfx SPIS code.
Otherwise it only works when a JLink debugger is connected, but otherwise not, after it has been rebooted for example and the debugger is physically connected, but not "active"...
My configuration uses SPIS20 and GPIO pins from port 1, so as far as I understand it's not cross-domain?
I am noting this mostly for other people who might get into a similar situation. Also I'm curious to hear if there is an explanation why this is necessary?