Anish updated the code to work with L152. RTC seems to causing issue. Will have to disable LSE.
Dependencies: mbed LoRaWAN-lib SX1276Lib
Diff: board/board.h
- Revision:
- 9:ee9dcbb9708d
- Parent:
- 3:9c6f7f082151
- Child:
- 10:9a4efdd07a77
--- a/board/board.h Tue Apr 04 13:43:31 2017 +0000 +++ b/board/board.h Mon Apr 24 13:38:31 2017 +0000 @@ -26,6 +26,20 @@ extern SX1276MB1xAS Radio; /*! + * \brief Disable interrupts + * + * \remark IRQ nesting is managed + */ +void BoardDisableIrq( void ); + +/*! + * \brief Enable interrupts + * + * \remark IRQ nesting is managed + */ +void BoardEnableIrq( void ); + +/*! * \brief Initializes the target board peripherals. */ void BoardInit( void );