cancel
Showing results for 
Search instead for 
Did you mean: 

Bug found in I-CUBE-LRWAN - Resolved

ron239955_stm1_st
Associate II
Posted on November 29, 2016 at 22:58

There's a typo in all three Semtech driver files (which cause me a problem a day or so):

/Drivers/BSP/sx1276mb1las.c

/Drivers/BSP/sx1276mb2das.c

/Drivers/BSP/sx1276mb1mas.c

In void SXIoDeInit ( void ) around line 120

initStruct.Mode = GPIO_MODE_IT_RISING ;

should be changed to:

initStruct.Mode = GPIO_MODE_ANALOG ; // GPIO_MODE_ANALOG;

Cheers

Ron

#i-cube-lrwan
1 REPLY 1
Walid FTITI_O
Senior II
Posted on November 30, 2016 at 18:21

Hi s

egal.ron, 

Thank you for your share and contribution. I report it internally for check.

-Hannibal-