2022-07-15 04:03 AM
Hello,
I am trying to use the LPTIM1 as a timeout counter of 5s. Each timeout the device would read a measured value from a sensor and send it by uplink.
I want to trigger the LPTIM1 by software, but I do not know how to do this.
This is probably a newbie question: how do I generate the software trigger? I though I would need to write in a register or something, but I can not find the solution.
Thanks in advance!
Solved! Go to Solution.
2022-07-15 04:59 AM
2022-07-15 04:59 AM
Just found the answer:
LPTIM1-> CR |= 0x000005;