Hello,
We are trying to include the UART.h into examples\ble_peripheral\ble_app_hrs and are facing the said error even after including the file.
Can you please help with resolving this error?
Thanks
Neel.
Hello,
We are trying to include the UART.h into examples\ble_peripheral\ble_app_hrs and are facing the said error even after including the file.
Can you please help with resolving this error?
Thanks
Neel.
That error is about linkage, not compilation. Did you include the .c as well? Did you modify the sdk_config.h accordingly?
Hello Roy,
Can you suggest how to include the .c file in Segger Embedded Studio?
Furthermore, I have attached sdk_config.h with this email. Please verify we are on the right track.
Neel.
Within SES, on the project item: right mouse button and click "Add existing item". Add libraries/uart/app_uart.c. In the config file. Set the APP_UART_ENABLED to 1
Hello Roy,
We were able to resolve all the errors mentioned earlier but now in the code we are facing these errors. Can you please advice on how to resolve these?
That function is located in components/ble/ble_link_ctx_manager_ble_link_ctx_manager.c. Add this file as well.
Be aware that I'm not an Nordic employee. Advise (wrt to the kind of questions you ask) would be to start with learning the compile & link basics before starting projects like this :)