Hello
I am trying to follow this tutorial http://cnx.org/content/m21579/latest/?collection=col10684/latest in order to familiarise myself with the MSP430 hardware and using it to construct a basic network for a university research project. However this project is based upon using IAR.
I am encountering problems around 4.2 where I am attempting to achieve simple receiving of packets using the MRFI. Unfortunately according to CCS the SPI will read 0 from the amount of packet information in the CC2500 FIFO (RXBYTES = 0). This causes an analogous error to address filtering occurring and the code exits.
When running this code on IAR it worked fine provided I selected the debug option to run on the FET and not use a simulator. Is there an analogous method for this on code composer? I am presuming that because the SPI is accessing an external chip the CC debugger is not loading in external values from the real world. Even if it does react to external interrupts.
I have tried reading through the wiki and have searched desperately on CC for analogous settings. I would like to use CC as IAR licence restrictions make it unsuitable for my research project.