9 years, 1 month ago.

Trying to get the micro_esb library working with nrf51822

I have the following simple program: http://developer.mbed.org/users/joshuajnoble/code/nRF51822_esb/ that I'm trying to get working. The linker reports the following:

Error: Undefined symbol uesb_flush_tx() (referred from main.cpp.RBLAB_BLENANO.o).
Error: Undefined symbol uesb_set_address(uesb_address_type_t, const unsigned char*) (referred from main.cpp.RBLAB_BLENANO.o).
Error: Undefined symbol uesb_get_tx_attempts(unsigned*) (referred from main.cpp.RBLAB_BLENANO.o).
Error: Undefined symbol uesb_read_rx_payload(uesb_payload_t*) (referred from main.cpp.RBLAB_BLENANO.o).
Error: Undefined symbol uesb_write_tx_payload(uesb_payload_t*) (referred from main.cpp.RBLAB_BLENANO.o).
Error: Undefined symbol uesb_get_clear_interrupts(unsigned*) (referred from main.cpp.RBLAB_BLENANO.o).
Error: Undefined symbol uesb_init(uesb_config_t*) (referred from main.cpp.RBLAB_BLENANO.o).

How do I include the micro_esb files?

Be the first to answer this question.