Other Parts Discussed in Thread: CC2541
Hi. There is quite a few examples of SPI on the CC2541 but I'm struggling to get any working. I have based most of my work on this:
http://processors.wiki.ti.com/index.php/SerialBLEbridge
As I don't have an up to date version of IAR (8.20.2) I need to use this version rather than the suggested 1.4.1.
I've managed to get HalUARTWrite working (checked on a scope) once I added HAL_SPI_MASTER to the project defines but I can't get SPI read to work.
It seems like the project isn't working for SPI. Am I doing something wrong?
Does anyone have a working project they could share, either based upon BLE_BRIDGE or SIMPLEBLEPERIPHERAL?
Thanks