2017-06-28 01:31 AM
Hi
I am testing the LoRa sample code.In stop mode,'
AT_Slave'
generates 11.1uA power consumption and 'End node' generates 1.1μA.Commenting'
vcom_IoInit / vcom_IoDeInit'
on'
AT_Slave'
drops to 1.1uA.However, the'E
nd node'
has'
vcom_IoInit / vcom_IoDeInit'
at 1.1uA without annotation processing.I hope to get 1.1uA with
'
AT_Slave'
.Or you want to communicate from the'E
nd node'
to the uart interrupt.Please give me advice.