Hello sir, I'm now working on the nrf52840 and am having trouble with the sdk config.
Initially, I indicated that I was working with spim3 and that it was functioning OK; I am able to use spim3 to work with an LCD.
But, when I enable twi0, twi1, and the spim3in config file, I receive these errors; however, if I disable twi1, I do not receive any errors.
Output/Release/Obj/ble_app_hrs_freertos_pca10056_s140/st7789h2_driver.o: in function `spim3_init':
undefined reference to `nrfx_spim_init'
undefined reference to `nrfx_spim_xfer_dcx'
undefined reference to `nrfx_spim_xfer_dcx'
In my case, I wish to use four interfaces: twi0, twi1, spim2, and spim3. Is that even possible?
i am sharing the sdk_con8015.sdk_config.txtfig file please verify , i am not getting what's the wrong i did.