I have the SensorTag device, the IAR toolset, and the TI applications. We can build and run the SensorTag app, and can talk to it from the iPhone.
Now we are modifying the SensorTag app. We first want to remove the LED functionality. We found we can remove most references to the LED code, but end up with this linker error:
Error[e46]: Undefined external "HalLedSet::?relay" referred in OnBoard ( C:\TI Dev Files\BLE-CC254x-1.3.2\Projects\ble\SensorTag\CC2541DB\ CC2541DK-Sensor\Obj\OnBoard.r51 )
What is OnBoard.r51? How can we get rid of this LED reference from that file?
Thanks
Mike