With DMA or interrupts I can only receive the first byte of a message. What do I need to change in the preipherals/SPI_slave_dma example to receive more than one byte?Any help appreciated. Thanks
Finally found my wake-up cause. Radio was poking me in the ribs. This stopped it though:/* Disable EXTI 44 : Radio IRQ ITs for CPU1 */LL_EXTI_DisableIT_32_63(LL_EXTI_LINE_44);/* Disable wakeup signal of the Radio peripheral */LL_PWR_SetRadioBusyTrig...
Hi, did you ever resolve this? I see you got little help here. I have the same issue. Once LORA is initalised with LmHandlerInit(), standby just fails (and resets like you said). I have tried all sorts to de-init/shutdown the Lora stuff, but no joy. ...