Question
Bug found in I-CUBE-LRWAN - Resolved
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.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-lrwan