Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 8 months 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?