I tried to build hci_spi example application for nrf5340...
identifier "__device_dts_ord___BUS_ORD" is undefined
identifier "__device_dts_ord___P_irq_gpios_IDX_0_PH_ORD" is undefined
I tried to build hci_spi example application for nrf5340...
identifier "__device_dts_ord___BUS_ORD" is undefined
identifier "__device_dts_ord___P_irq_gpios_IDX_0_PH_ORD" is undefined
Hi,
Since the hci_spi sample requires bluetooth, it can only be built for the network core, nrf5340dk_nrf5340_cpunet.
The network core only has memory for 1 serial peripheral, so you will also have to disable uart0, enable spi0 for SPIS, and disable CONFIG_UART_CONSOLE.
But may I ask why you want to use the hci_spi sample, and not hci_rpmsg?
I dont know how to disable uart0 and enable the spi0 and disabling CONFIG_UART_CONSOLE
I dont know how to disable uart0 and enable the spi0 and disabling CONFIG_UART_CONSOLE