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

How can I use ANT serialization(connectivity board and application board)

hello,I'm having a problem with the ANT application,I have two pieces of the PCA10040 board as a ANT connectivity board for a ANT application board.According to the instructions I use SDK13 in two applications.link text image description image description

I open the Connectivity Example from the following directory: nRF5_SDK_13.0.0_04a0bfd\examples\connectivity\experimental_ant\pca10040\ser_s212_uart\arm5_no_packs. I have down ANT_s212_nrf52_2.0.1 and put it in the right place,but when compiling a mistakes: Error: L6218E: Undefined symbol sd_ant_channel_open_with_offset (referred from conn_mw_ant.o).

I open the Application Example from the following directory: nRF5_SDK_13.0.0_04a0bfd\examples\ant\ant_io_demo\ant_io_tx\pca10040\ser_s212_uart\arm5_no_packs when compiling a mistakes: ._build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol sd_ant_channel_open (referred from ant_io_rx.o).

so what should I do? How do I get these two functions: sd_ant_channel_open_with_offset and sd_ant_channel_open .

Thanks, sillysg

Related