You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boards: st: nucleo_u385rg_q: change arduino_spi to spi1
According to user manual(UM3062, table 16), arduino_spi is connected
to spi1 instead of spi3.
Enable spi1 node and affect the SPI_NSS pin with I/O function
to do the chip select.
Remove i2c3 to avoid conflict with PA7 pin.
NB: The SPI_NSS pin is not listed as an alternate function
for SPI1 in the user manual (UM3062, Table 17).
Signed-off-by: Ulrich KAMDEM <kamdemulricharmel@gmail.com>
0 commit comments