Hi,
Hope you are doing well.
I imported BLE_Black_Box exmaple from SDK_2.6.15_FRDM-KW38. My requirement is make the device pairing using FSCI I2C serial communication. I enabled I2C serial using the macro gSerialMgrUseIIC_c set 1. While build the project getting I2C_Serial_Adapter.h not found error. I searched in SDK but unable to find it. Kindly help me please.
Thanks
AjayK
Hello @Ajay12
FSCI module uses the Serial Manager on top of a serial interface for communication, and I2C may not be implemented/supported for usage with Serial Manager.
If you are trying to use FSCI with I2C interface, you may need to develop your own implementation of this communication interface in your project.
For more information on FSCI, you can refer to the following documentation (inside KW38 SDK docs folder > docs > wireless > Bluetooth):
Regards,
Eduardo.