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.