Hello...
I am working on new wireless project using the CC1125 chip, which must be compatible with existing units unit CC1020 + Manchester coding.
Existing units use 0xAA as preamble and D391 for sync. word.
The CC112X/CC1175 User guide page 24, says that CC1125 packet handling can be used for systems which use Manchester coded preamble + sync. Word, by manual encode Sync word and using preamble mode 10b or 11b.
But I think there is problem with the available pre amble modes:
Mode 10b = 0x33
Mode 11b = 0xAA
The existing system send 0xAA as preamble, wich also are Manchester coded – so, 0xAA must send out 0x99 0x99.
But 0x99 is not available as pre amble mode?
How to setup CC1125 for Manchester coding compatible with CC1020?
Regards
Knud Tangsgard