I try to connect this module to STM32WLE5CC with RIOT OS. I add some changes to STM32 code based on STM32F103 example. And it works perfect with only SINGLE_FIFO_READ (0x3D). If I’m trying BURST_FIFO_READ (0x3C) the module don’t send any of data.
@Hocok
Hello, thanks for your further explanation. Got it.
But I think the phenomenon is so weird if just add one time dummy read can fixed the issue.
From the timing chart you attached, the clock is continuous. So I mislead it is a DMA operation.