Hi,
I am developing a custom device with nrf52840 and use SPI for flash driver and radar sensor.
For better SPI performance of the flash driver and radar sensor, I am trying to change the SPI channel from SPI2 8Mhz to SPIM3 16MHz since 16Mhz is only available on SPIM3.
The interesting thing is if I keep the SPI channel as SPI2 in bootloder and use SPIM3 in f/w application, that SPI communication in F/W doesn't work(no SPI clock in an oscilloscope).
When I update new BL with SPIM3 as well, SPIM3 in F/W works fine. I guess SPI setting in BL should not affect SPI in F/W.
Any clue about this problem?