Other Parts Discussed in Thread: CC1101
Hi everyone, I wonder if there are code composer example projects wich allow to interface a c2000 core processor with an rf module like cc1101. I've only found something with MSP430. Thank you!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: CC1101
Hi everyone, I wonder if there are code composer example projects wich allow to interface a c2000 core processor with an rf module like cc1101. I've only found something with MSP430. Thank you!
Hi Giovanni,
I don't believe there are any example applications which demonstrate how to interface the cc1101 with a C2000 MCU. That being said, porting the MSP430 projects over to run on a C2000 shouldn't be difficult. The example application is written using a layered approach which makes it easy to replace the HAL (hardware abstraction layer). Take a look at Application Note AN049. Specifically look at pages 16-27 where the individual HAL modules are described. You will need to replace several of the source files in the HAL with versions that target C2000 hardware (SPI, Cpu Timers, Interrupts, etc.). You will have to write these files yourself, but it shouldn't be very difficult.
Trey