Hello! Currently I'm trying to develop a packet forwarder for the IXM LoRaWAN 2.0.20 using the SDK previously published in this community.
I have managed to cross compile some simple programs and got them to run on the gateway but I got stuck trying to start the board using the function sx1301ar_start() defined in sx1301ar_hal.h. Everytime I call sx1301ar_start() I get the following error message: error: Version reg for FPGA returned zero, check SPI communication
I have already registered the SPI callbacks using sx1301ar_reg_setup() but when I try to initiate communication with the board using sx1301ar_reg_init() I get the same error as the one above.
Any info on the steps required to successfully start the board?