2016-11-29 01:58 PM
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.cIn void SXIoDeInit ( void ) around line 120initStruct.Mode = GPIO_MODE_IT_RISING ;should be changed to:initStruct.Mode = GPIO_MODE_ANALOG ; // GPIO_MODE_ANALOG;CheersRon #i-cube-lrwan2016-11-30 09:21 AM
Hi s
egal.ron, Thank you for your share and contribution. I report it internally for check.-Hannibal-