Hello,
I am attempting to use the CC2530EM system on a chip with the MSP-EXP430F5438 experimenter's board. I have successfully run sample applications using the SmartRF05 board with the CC2530 module, but I am now required to make information from the CC2530 radio available to an external processor, such as the MSP430F5438. I am currently using the TiMAC 1.3.1 software. Is this a valid hardware configuration? Previously, I was able to use the CC2530 with the MSP430 as a ZigBee device.
I have looked through the TiMAC software and found SPI support for LCD and XNV devices only, and may be able to modify the LCD routines to communicate with the MSP430. Is this a valid approach considering I do not need the CC2530 to control an LCD directly? Are there any documents or sample applications that may help? I am not sure where to add the SPI functionality in the TiMAC software. What I would like the CC2530 to do is this:
- Carry out initializations (similar to data link sample application)
- Receive [TiMAC API] instructions from MSP430 over SPI
- Carry out instructions
- Return results over SPI
Any help would be greatly appreciated. Thank you,
Craig Verrill