Posted on November 02, 2017 at 10:08Is it possible to set LPTIM to have interrupt every ms?I did try some examples, and got PWM working with LPTIM on PB2.I can do that with TIM2, but then I got problem with system wake up, and I do not want that...
Posted on November 03, 2017 at 16:56Yes it needs playing Yes I did source clock from LSE, and divider is set to 128.I did manage to get interrupts that does not mess with LoRa state machine, but it is working strange.I have tested LP PWM and when I ...
Posted on November 02, 2017 at 11:32It is STM32L082Im using cubemx code for lora .Im trying to add some interrupt without messing to much with code and state machine.So LPTIM will act the same and wake processor if I use interrupt like TIM2 does?I j...
Posted on August 24, 2017 at 14:59I use CubeMx and build only I2C sensor (or whatever you want) to get it work.When that is working I just check what I need to copy paste into LoRa code...