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.

CC1350: CRC of cc1350

Part Number: CC1350


Hi guys,

I'm verifying if the CRC code implementation of short mode of cc1350 is valid on Long Mode Range on cc1350 or not? 

I've read here this page :

and Im still wondering if in Long Mode Range this CRC code implementation will work or not ..because I tried the code that attached in the attached page above and it didn't work (it gives me wrong outputs).

Maybe in long mode range the crc type is crc32 and in short mode range the crc type is crc16 that's why the code of crc short mode doesn't work correctly on long mode range(it compiles but gives wrong outputs)?

thanks alot.