Hi.
I put CC2533 I2C code in CC2541 simpleBLEPeripheral project to use I2C.
But when I try to use HalI2CRead function, Error[e46] comes out.
Error[e46]: "HalI2CRead::?relay" referred in simpleBLEPeripheral (C:\Texas Instruments\BLE-CC254x-1.2.1\Projects\ble\SimpleBLEPeripheral\CC2541DB\CC2541\Obj\simpleBLEPeripheral.r51
I already put #include "hal_i2c.h" and hal_i2c.c" and copy those two files into the C:\Texas Instruments\BLE-CC254x-1.2.1\Projects\ble\SimpleBLEPeripheral\Source.
I don't know what is the problem.
Help Me!