Hi everyone,
I am trying to implement my device with nus service. Both nus client and server role on the same device, similar to the official example of "relay".
But when I generated the hex.file, the error came like this:
.\_build\nrf52832_xxaa.axf: Error: L6200E: Symbol m_nrf_log_ble_nus_logs_data_const multiply defined (by ble_nus.o and ble_nus_c.o).
.\_build\nrf52832_xxaa.axf: Error: L6200E: Symbol m_nrf_log_ble_nus_logs_data_dynamic multiply defined (by ble_nus.o and ble_nus_c.o).
I changed the NRF_LOG_MODULE_NAME at the "ble_nus_c" sources files to solve the error but it had a fatal error when I ran the program on the device.
The fatal error should locate at the initialization of nus client and service.
Any advice would help a lot.
Thanks in advance.
Duncan



