New (v1.5.0) LoRaWAN_End_Node_LBM example draws much more current than previous
I have been working with the single core LoRaWAN_End_Node example application on a B-WL5M-SUBG1 board with good success. With STM32CubeMx v6.16.0, WL Firmware 1.4.0, I see a current draw of under 2uA between transmissions.
Last week I upgraded STM32CubeMx to v6.17.0 which in turn upgraded the WL Firmware to 1.5.0, changed the end node example to use the LBM library rather than the LmHandler for managing the radio, and changed the example application name to LoRaWAN_End_Node_LBM. The application functionality is good but the power consumption jumped to around 80uA between transmissions.
In both cases I configured pullups in the USART2 pins (PA2, PA3).
I can alternate between these two versions of the application on the same board and the results are very consistent.
Has anyone else seen this and does anyone have any suggestions?
