User Activity

Hi  I have the cube monitor plugged in , and running the cube monitor power application. I had it working on my old computer (Windows 10) , but had to install the USB driver of ST web site. Since moving to my new computer, I cant find the driver agai...
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 ...
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,...