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.

CC1110 stops at MRFI_ASSERT

Other Parts Discussed in Thread: CC2530, SIMPLICITI

Hi

I try to port our SimpiciTI based software from the CC2530 to the CC1110, since we realized that lower frequencys would be a better fit in our application.

After I spent the morning adjusting the registers for the prcessor, I managed it to compile the code without errors or warnings. But now it loops on the function "MRFI_ASSERT" after starting "MRFI_EnableRxAddrFilter" in the "SMPL_Init" routine.

With the CC2530 the software worked fine, so I assume that there is something wrong with my initialising routine.

Does someones crystal ball has a solution for my case?