STM32WLxx possible wrong sync word register address
Hi, i had a problem when i try to implement a bare metal code for STM32WLE5JC for GFSK modulation. The sync word in the reference manual of the MCU state that begin from registers SUBGHZ_GSYNCR0 - SUBGHZ_GSYNCR7 (Addresses:0x06C7 - 0x06C0), so it can be up to 8 bytes with the first byte start from SUBGHZ_GSYNCR0(0x06C7). But it not worked for me until i open SX126x datasheet which state the opposite, so GSYNCR0 - GSYNCR7 (Addresses:0x06C0 - 0x06C7) which is worked. I mention it here for someone else which may have the same problem.