Hello,
I am trying to receive with smartrf studio with CC1120 packets that are generated from a vector signal generator (VSG).
The packet in VSG is composed like this:
0x5555 - preamble;
0xF68D - Sync;
0x04 - Lenght;
0x1234 5678 - Data Field;
0x F4AE - CRC-16 (Modbus);
the CRC was calculated on byte 0x0412 3456 78 (calculated over lenght field and data field);
calculating CRC on 0x12345678 (calculated over data-field) result is the same.
in swru295 pages 36-37 it is not clear if crc is calculated on lennght, address and data fields(fig 11) or only data field top of page 36).
It seems that I have a problem on CRC. Is it correct? If you need other data let me know.
Regards
Alberto.

you used @receiver side. Results attached.