User Activity

Hi  I have am using the Timer2 on the STM32L433 chip, and for some reason the interupt gets called as soon as timer is started.  Below is my code, and the  clocks are running at 60MHz.  Anyone any idea what I have done wrong? Many ThanksScott. void m...
Hi  I am using a STML4xx processor and use HAL for system initialising, and sending strings through the USB port. It works most of the time. I call the below function SendString(...) to send string through the USB port , never within an interupt. I h...
Hi   I have a STM32L433 running at 16MHz and having a strange issue.  I have setup the rtc and within the Systimer interupt I display the current time (the systimer is 1KHz and every 1000 ticks I get the second , at this point I read the clock and di...
Hi   I am using a STM32L433 and have a digital input pin, which is checked on bootup and enables the USB if 3.3v is in the pin.  When working in debug mode, it always works, but when I switch to release mode , using stm32CubeIDE , it always reads 0v,...
Hi  I am working on an STM32L433 using STM32IDE. When running in debug mode, the USB CDC is recognized when plugging in the cable (into Windows 10 and 11) . But when I compile as release mode the USB isn't recognized . I am using the HAL for USB . An...
Kudos given to