1. Your documents mention only SPI3 and SPI4 are available in non- secure mode.. which means spi-0,1,2 should not be available in non-secure mode.. But if i use nrfx drivers, I am able to use spi-2 in secure and non secure mode.. so does nrfx drivers override SPM ?
2. Are all SPI ports (0-4) available in secure mode ? is there a list of what's available in secure mode ?
3. My device will use uart0, i2c1, spi2, i2c3 and spi4 and qspi in my device.. can Nordic confirm if this is possible in either non-secure or secure mode or do i have to use some kind of mixed mode ?
4. are all SPI ports available in your latest nrf5340 samples ? devzone is wild and has stories of spi3 not being accessible.. will i be wrong to expect to know a single sourceof truth somewhere that says what's available in each mode or of there are any gotachs if i want to use a lot of peripherals ?