This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Compiler error problem of "nrf_esb_rf_channel_get()" in SDK 11.0.0

Hi,

I have a compile problem in esb_ptx of SDK 11.0.0.

When I add a esb command "nrf_esb_rf_channel_get()" in nRF5_SDK_11.0.0_89a8197\examples\proprietary_rf\esb_ptx\main.c, like following source code

nrf_esb_rf_channel_get(&rfChannel);
NRF_LOG("rd-Channel: %d\r\n", rfChannel);

It will cause one error message when compiler. Please reference following message.

linking...
.\_build\nrf51422_xxac.axf: Error: L6218E: Undefined symbol nrf_esb_rf_channel_get (referred from main.o).
Not enough information to list image symbols.

Would you please tell me how to fix this problem?

Thank you,

Chianglin

Parents Reply Children
Related