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.