I am developing a firmware and connected a spi LCD to nRF52840, but I got the max speed only 8 MHZ, in Datasheet is 32 MHZ max.
Which speed of the SPI master is max ? (I read on the forums about nRF52832 - it has bug and speed is max 8MHZ)
I am developing a firmware and connected a spi LCD to nRF52840, but I got the max speed only 8 MHZ, in Datasheet is 32 MHZ max.
Which speed of the SPI master is max ? (I read on the forums about nRF52832 - it has bug and speed is max 8MHZ)
Hi,
Which nRF52840 revision are you testing with? 16 and 32 MHz should be working for engineering B and later, including the production revision 1. See this thread.
Hi,
Thank you for the info, It looks like, I have the version of the mcu nrf52840QIAAC01805AA on dev board- it looks like engineering C.
Is it correct?
Yes, it seems like you have Engineering C / Rev 1. Which instance are you using? SPIM3 is the only instance that supports higher than 8 Mbps.
I used before instance SPIM2, because SDK was limited, I have downloaded the new SDK and will try with SPIM3. I asked about the max speed, because I read on the forums about it.
I will late you know tomorrow, thank you.
I used before instance SPIM2, because SDK was limited, I have downloaded the new SDK and will try with SPIM3. I asked about the max speed, because I read on the forums about it.
I will late you know tomorrow, thank you.