Posted on August 30, 2015 at 22:14
On the STM32L051 I was trying to use the WKUP1 pin to wake up the processor from standby mode. Too bad I didn't notice the fact that a pulldown is enabled on that pin....
So now I'm trying to play this t...
Posted on August 26, 2015 at 17:32
I am quite new to STM32 and try to do my second application using an STM32L051K8T6 where I need a PWM signal that is aborted when current rises above a treshold. It didn't take me too long to get this working o...
Posted on August 28, 2015 at 10:46One more thing, but that shouldn't be here I guess unless ST makes the processor support packs: The Keil System Viewer uses the wrong addresses for some of the SFR's of the L051. For example Keil thinks that the COM...
Posted on August 27, 2015 at 20:42Unfortunately I could not use external ETR; that pin can only be mapped to PA15, which is in use on the board. But I found the problem. Adding this line to the STM32CubeMX generated initialisation solves the problem...
Posted on August 27, 2015 at 09:21I didn't get to checking that yet. Will do that as soon as I have time, but it should be working with internal remapping too..