This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/CC2541: I2C with CC2541

Part Number: CC2541
Other Parts Discussed in Thread: CC2540

Tool/software: TI C/C++ Compiler

Good Day,

I currently have a project which was patterned from simpleBLEperipheral, made a few changes with the code to suit my needs. Now i need to integrate an I2C protocol with it, using the sensorTag sample project as reference.

But then I noticed the target device for my default project in the HAL group was CC2540EB while in SensorTag was CC2541ST where the Hal_i2c header, source, etc. files located.

Can i just simply add those files to my project's Drivers/Target group? What are the things I should consider?

Thanks.