Part Number:LAUNCHXL-CC2640R2
Tool/software: Code Composer Studio
Hello there, good morning,
What I have now:
I have my hardware (launchXL CC2640) with the simple serial socket SERVER as Peripheral and doing Advertise.
I have implemented a lot of more firmware and the bluetooth is a part of the whole solution.
What I want to do:
Change from SERVER to Client (central) and wait for the advertise to connect with.
Only exchange the part of simple serial socket server to client.
What I did until now:
- Change the files that are related to server to client
- Change the setting in build_config.opt to -DHOST_CONFIG=CENTRAL_CFG
Problems I am getting doing it:
- CCS is returning an error on this function llGenerateValidAccessAddr
unresolved symbol llGenerateValidAccessAddr, first referenced in D:/Embedded/CAHTA/cahta_firmware_src/CAHTA_stack_library/FlashROM_Library/CAHTA_stack_library.lib<rom_init.obj> CAHTA_APP C/C++
Any thoughts?
Thanks a lot.