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.

CC1010 and CC1110 compiler differences

Other Parts Discussed in Thread: CC1010

Hi, I am moving a project from CC1010 to CC1110, and therefore also changing compilers and libraries from Keil to IAR. I now have the radio protocol sorted out for simple broadcasts - i.e. a CC1010 device tx is received by a CC1110 and vice-versa.

I must now convert the 'SPP' protocol used in the CC1010 examples to run on the CC1110. This uses a whole load of macros, particularly interrupt macros, which simply don't appear in any CC1110 library includes I can find. For the CC1110, there is a file 'hal_interrupt_mgmt.h' which says "Macros which simplify access to interrupt enables, interrupt  flags and interrupt priorities. Increases code legibility" - this comment is obviously copied from the earlier CC1010 libaries, but the file does not now include anything about flags or priorities.

Does anyone know of, or has anyone written, any 'converter' headers for this type of work?

 

Thanks