Skip to main content
ron239955_stm1_st
Associate III
November 29, 2016
Question

Bug found in I-CUBE-LRWAN - Resolved

  • November 29, 2016
  • 1 reply
  • 816 views
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
This topic has been closed for replies.

1 reply

Walid FTITI_O
Visitor II
November 30, 2016
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-