KW38-FRDM FSCI USING I2C SERIAL PROTOCOL

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

KW38-FRDM FSCI USING I2C SERIAL PROTOCOL

781 Views
Ajay12
Contributor II

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

0 Kudos
Reply
1 Reply

762 Views
EduardoZamora
NXP TechSupport
NXP TechSupport

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):

  • BLE Host Stack FSCI Reference Manual; this reference manual provides a detailed description of the BLE Host Stack serial commands, communication packet structure, and usage of the Framework Serial Communication Interface (FSCI).
  • BLE Host Stack FSCI Application Programming; this document provides a description for the Kinetis Wireless Host API implementing the FSCI on a peripheral port such as UART, USB and SPI.


Regards,
Eduardo.

0 Kudos
Reply