User Activity

I get a swim error [30006] when trying to connect to an unmodified STM-S08-DISCO board (configured for S001J3). I viewed the SWIM signal at pin 1 of the socket and the voltage levels do not look valid. It is powered by USB and the STLINK LED does f...
Posted on May 24, 2018 at 14:07The following is CubeMX generated code (STM32L051) for TIM interrupts.  I am interested in the capture callback from a different TIM channel configured for IC but I am also getting OC_Delay and PWM_PulseFinished callba...
Posted on May 23, 2018 at 13:49 I have a CubeMX generated project using the STM32L I have TIM2 configured for IC and OC. I am using the Cube generated ISR callbacks for the TIM and SYSTICK. The SYSTICK callback works fine by itself and the TIM_IC...