User Activity

I'm using the BlueNRG-M2 connected to a Nucleo-L031K6 board. It looks like the V1.0 of the BlueNRG-MS software pack isn't compatible with my Nucleo board. I get an error when I try to download the BlueNRG-MS pack. Should I be trying a different on...
I'm using the STM32L031K6 chip. I have a 100HZ signal connected to PA0 (Timer2 ch1) and PB0 (Timer2 ch 3). I think I've setup everything correctly using the CubeMX.The problem I'm finding is the interrupt only fires for the positive going edge on T...
Hi Folks, I recently had a hard drive crash so I had to re-install Atollic Studio and the Cube32MX programs. My original project was read by the Cube32MX just fine but when I clicked on the Generate Code button it'll chug for a while and this error p...
Posted on April 09, 2018 at 19:55Hi Folks,I'm struggling with getting a stable value for the input capture using the example from the latest STM32Cube_FW_L0_V1.10 download.  I'm using the STM32L031K6-Nucleo board and the Atollic TrueStudio 9.0. My i...
Posted on November 20, 2017 at 04:30Can you reset a counter from another timer?  I'm using TIM2 as a PWM input and in the callback() I'd like to reset the counter for TIM22 to stop it from triggering its interrupt.  Is this possible?This is what I'v...