Hi,
I am using nRF5340 audio DK PCA10121. The information from product specs, DK schematic and suggestions from this forum for nRF5340 do not align. Here are my notes:
From nRF5340_Objective Product Specs_v0.5.pdf, section 9.1 Pin Assignments, SPIM2 has:
SCK - P0.08
MOSI - P0.09
MISO - P0.10
Question 1 - does this mean SPIM0 and SPIM1 is not available to use? Figure 1: Simplified block diagram shows SPIM0..2?
From other post in this forum, the example of nrf5349 overlay is:
&spi1 {
compatible = "nordic,nrf-spim";
status = "okay";
sck-pin = <10>;
mosi-pin = <11>;
miso-pin = <12>;
};
Question 2 - How do I translate from P0.08 to decimal pin number as in overlay example (10, 11, 12, etc)?
I reviewed PCA10121_Schematic_And_PCB.pdf, I can't tell which SPI and pins are available for external communication. I want to use nRF5340 SPIM0..2 to Semtech SX1262.
Question 3 - Which SPIM is recommended to use for SPI mater to Semtech SX1262?
Thanks