Bug found in I-CUBE-LRWAN - Resolved
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-11-29 1:58 PM
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
Labels:
- Labels:
-
LoRa
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-11-30 9:21 AM
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-