This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

spi(oled) operation is not working well on nrf52840

Hello

I want to operate SSD1331 OLED(96*94) using sdk v17.0.2 and nrf52840 custom board.

The OLED example of sdk v15 was replaced with the codes of sdk17 and tested on the nrf52dk board.  I tried to test the nrf52840 but it didn't work at all and debugging didn't detect any errors.

The pins I used are as follows.

.scl_pin = 24
.sda_pin = 23
.res_pin = 22
.dc_pin = 20
.cs_pin = 19

The same is true of the default example of unmodified sdk15. (but good in nrf52dk)

I think the SPI codes for nrf52832 and nrf52840 are the same, so is there a mistake in pin placement?

I'm attaching my project file.

Thank you.

2465.spi_ssd1331.zip

Parents Reply Children
No Data
Related