Tool/software: Code Composer Studio
Hi,
I designed a custom circuit around the CC2640R2F BLE chip, including USB Interface and everything. I downloaded the Smart RF Flash Programmer 2, which detects my pcb and even connects to the BLE chip. I also compiled and uploaded a couple of example projects from the CCS Resource explorer, which also worked. Out of all these accomplishments I guess my circuit works properly.
Now my Problem:
One of the examples I tried was the Uart_echo example, because I thought, that way I could easily check via Putty if the code actually works or not. Unfortunately it's not working... For some reason the GPIO's which are set in the example, are set on my pcb too, but some part of the Uart connection is not working.
For some reason I often encounter problems with the libraries (not only with the Uart_echo but also with code I wrote myself), and I guess it is because I am not using the Launchpad for which all of the libraries included in the Simplelink SDK are originally made for.
So my question is, if there are libraries that don't require the Launchpad, or if I have to get back to setting registers. Or could I maybe use some sort of standard ARM Cortex libraries?
Any help would be useful, since I'm quite stuck at the moment...
Thanks in advance!