Other Parts Discussed in Thread: CC2540
I am working on a project that will need the ability to talk from a PC to the CC2540 through USB. I have installed the drivers and the SImpleJavaPeripheral application and was able to communicate to the HostTestAPp application. In another thread on this forum it was mentioned that the HostTestApp application is the network configuration rather than the single chip, which means the HCI-USB is linked in a manner that won't work for me. Instead, I must start a new project with the single chip mode (I chose the SimpleBLEPeripheral) and import the USB libraries. I imported the following files to my workspace:
All the files in "\Texas Instruments\BLE-CC254x-1.2.1\Components\hal\target\CC2540USB\usb\library"
All the files in ":Texas Instruments\BLE-CC254x-1.2.1\Components\hal\target\CC2540USB\usb\library\cc2540"
and all the files in "\Texas Instruments\BLE-CC254x-1.2.1\Components\hal\target\CC2540USB\usb\class_cdc"
Are these the correct files to be importing? Also do they need to go into particular area of the workspace. I currently have them under HAL->Target->CC2540EB->USB->library and HAL->Target->CC2540EB->USB->class_cdc and IAR is having trouble finding them. Thanks