User Activity

I have a self-powered device.  It appears as a USB CDC device /dev/ttyACM0, when plugged into a Linux host.  The device port is wired to USB_VBUS, so that pin will only be high when connected to a USB host.I would like to detect the presence of the U...
The code compiles and works on the Nucleo H743ZI2.The contents of the Debug directory are:$ ls -lA Debug/total 3132drwxrwxr-x 4 chris chris   4096 Jun 19 11:51 Coredrwxrwxr-x 3 chris chris   4096 Jun 19 11:51 Drivers-rwxrwxr-x 1 chris chris  30384 Ju...
Serial port interrupts are firing continuously, so that the application code does not run.I'm using an STM32H743, on the Nucleo board.Initially, USART3 worked properly for a few weeks, then failed in this manner. I then moved to USART1, which worked...
I have the following code, which is *almost* always working. (It typically gets stuck after 10-100K characters.)void USART3_IRQHandler(void) { if (LL_USART_IsActiveFlag_TXE(USART3)) { stats.txe++; if (LL_USART_IsEnabledIT_TXE(USART3)) { LL_US...
I've generated a STM32F429I-DISCO project using CubeIDE's CubeMX.I've added the X-CUBE-TOUCHGFX 4.13.0 software to the project, under Additional Software.By changing LTDC and FMC settings, I was able to configure X-CUBE-TOUCHGFX successfully.The proj...
Kudos from