Hi
I have some issues with nRF52810.
I am trying to use SPI as a Master on a custom board. I saw here that nRF52810 does not support legacy SPI : https://devzone.nordicsemi.com/f/nordic-q-a/36430/legacy-direct-spi-mode-on-nrf52810 . So which variable should be 1 in config file? SPI
1- Which varibale should be 1 in config file?
SPI_ENABLED,SPI0_ENABLED, SPI0_USE_EASY_DMA, NRFX_SPI_ENABLED, NRFX_SPIM_ENABLED, NRFX_SPIM0_ENABLED. Shoule I remove all other legacy layer varibales? For example UART_ENABLED et etc?
2- Can I use DFU buttonless on nRF52810?
3- My project has been developped base on ble_blinky example. I added a new ble service, battery medurement and dfu buttonless and everything is fine on nRF52832. Do I have any problem with nRF52810 due to flash size?
Thanks :)
PS:
I tried to remove SPI on legacy layer. But I receive:
.\_build\nrf52810_xxaa.axf: Error: L6218E: Undefined symbol nrfx_spi_init (referred from nrf_drv_spi.o).
.\_build\nrf52810_xxaa.axf: Error: L6218E: Undefined symbol nrfx_spi_xfer (referred from bno085_spi.o).