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

ble proximity and simple uart problem

Hello community, first time posting a question so please try and forgive any future mistakes.

anyways im new to using the keil IDE and am have some problems. I have dug through a lot of the demo software available for the PCA10001 board and have decided to branch off to do something a little different to get my feet wet in dealing with the compiler. I decided to take the s110 stack and choose the BLE Proximity demo and add in the simple uart. my plan was to include the simple_uart.h and all functions to it would work but that does not seem to be the case. the compiler seems to have and undefined symbol with the use of the simple_uart_config() function and im not sure why since in the simple uart demo all that was included was the header file, which I have done.. am I missing something??

any help would be appreciated. and again sorry for such a dumb question. thanks in advanced.

ps. im using S1106.0.0 and SDK5.1.0 if that helps at all...

Related