8 years, 9 months ago.

SX1276MB1xAS on the LPC1768

Hello,

I discovered an example code in the mbed Compiler for the SX1276MB1xAS board. The code is called SX1276PingPong and it is based on the mbed libraries.

Does this code work on the mbed LPC1768 board? I exported it to an IAR project with the mbed LPC1768 board as target. Just to start, I have been looking for the definition of GPIO signals in order to connect the SX1276MB1xAS board to the mbed LPC1768, but I did not find it.

I did a fast debugging and the code hangs when the following function is called: uint8_t SX1276MB1xAS::Read( uint8_t addr )

It seems that the UART0_INTHandler is triggered and the microcontroller hangs.

The radio module is not connected yet to the LPC1768, but I guess there should be no reason to hang.

Thanks in advance for your support. Regards

Be the first to answer this question.