SUBGHZ _ Configure data reception _ little-endian
Hello,
I configure SUBGHZ peripheral to communicate with a RF433MHz module.
The RF433MHz module send preamble and synchronisation word in little-endian fashion (bit 0 first, bit 7 last)
For example, a Sync Word pattern of 0x2D 0xD4 is transmit as 0xB4 0x2B and the preamble of 0b10101010 is received 0b01010101
How can I configure the SUBGHZ peripheral to receive preamble and synchronization word correctly?
Thank you,
Sincerely.
