SUBGHZSPI_Transmit return HAL_SUBGHZ_ERROR_TIMEOUT when using the LoRa-E5 board with a STM32WLE5
Hello,
After prototyping with a Nucleo STM32WLJC, I start to use LoRa-E5 board from Seedstudio with a STM32WLE5 MCU.
I want to make a P2P communication, so I'm trying to make a ping pong project on this board.
I tried starting from seeds LoRaWan exemple, from ST pingpong exemple and also from this repo project and .ioc file(https://github.com/danak6jq/Seeed-LoRa-E5).
But It's not working...
After debuging I find out that in SUBGHZSPI_Transmit function, a timout error occured while waiting for TXE flag to be set.
I can't find any others exemples to compare the configuration...
Does anyone have a idea about whats happenning ? Or a tips that can make me move forward ?
Thanks
Hugo
