Hello,
I have a tight loop with strict timing requirements that I'd like to run on the FLPR core of the nrf54lm20. In each iteration of the loop, i need to write data to an IC over SPI. As far as I can tell, it's not possible to access the SPI peripheral from the FLPR. If this is indeed the case, I'm wondering what my options are. Can I somehow use the app core to set up autonomous SPI transfers and trigger these from the FLPR core somehow?
Any help would be much appreciated.