Part Number: CC2564MODA
Hello,
I actually have a programme running on a STM32F4 with a CC2564MODA using iSPP profile as server to communicate with a smartphone.
I want to add a feature to be able to get data from less than 10 BLE devices acting as server.
On example SPPLEDemo I saw that UI_Mode is a common variable for all the file. In my case I need to be BT Server and BLE client, I guess this example will not works fine for me.
My questions:
1) Is it possible to be both BT Server and BLE client at same time ?
2) if yes, shoud I use SPPLDemo at starting point or there is a more suitable programme to include BLE client feature ? If I need to use SPPLDemo, what should I do to adapt the program ? Need I to call "InitializeApplication" function 2 times ?
3) what is the memory impact on the flash (estimation of BLE client size) ?
Thanks for yours advices.
Regards,
Dam