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?
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 was looking for some spi communicating application. I want to handle spi slave using nrf5340. So was using hci_spi application example
I dont know how to disable uart0 and enable the spi0 and disabling CONFIG_UART_CONSOLE
Ok, the hci_spi sample is not the correct sample for that. Take a look at this DevZone case, and if that does not solve your issue, make a new ticket with details about what you are trying to do.
Actually I downloaded the file you have uploaded there but I dont know how to open them in segger because I cant even open that file the segger gives some error