Lora-E5-Dev ANY working LoRa examples?

Hi,

I have compiled and installed the tests/driver_sx126x application with the board set to the lora_e5 device and it runs until it tries to initialise the sx1262. I placed additional puts statements in to allow me to trace the code.

if (netdev->driver->init(netdev) < 0) { puts(“Failed to initialize SX126X device, exiting”); return 1; }

It locks up during the init phase and never gets to the “Failed” message. Given I know my hardware works with my STM32mx app I assume it is still an issue in the sx126x driver.