-
Goal: "I am trying to get SPI3 working with a custom MAX30003 driver in a
sysbuildnon-secure (_ns) application, based on the peripheral_uart example." -
Problem: "The project compiles successfully. RTT logs show that
device_is_ready()passes and my SPI read/write function is being called periodically and returns success. However, there is absolutely no waveform on the physical SCK or CS pins when checked with an oscilloscope." -
What I've tried: "I have confirmed the
pinctrlis correct in the overlay,&spi3hasstatus = "okay". Myprj.confhasCONFIG_NRFX_SPIM3=y. Myspm.confhas bothCONFIG_SPM_NRF_P0_NS=yandCONFIG_SPM_NRF_SPIM3_NS=y."peripheral_uart.rar