User Activity

Using a Nucleo-F411RE board modified to have 8MHz HSE crystal oscillator and running the OTG peripheral in forced host mode, we are working on implementing our own host stack.  With the current code no IRQs trigger until a device is physically attach...
Trying to work with the STM32F411 USB OTG peripheral and compiling with Segger Embedded Studio, I'm having trouble clearing out the USB interrupts.The USB peripheral has IRQ bits that are write-1 to clear.  As can be seen in the image below, the brea...
We have a project running on the STM32F411 via the standard discovery board :https://www.st.com/en/evaluation-tools/32f411ediscovery.htmlIt has been verified that with the STLink port plugged in the BOOT0 pin is at GND and the NRST pin is at 3V.  We ...
Our project is run on the STM32F411E-DISCO board running under Segger Embedded Studio.  All Timers TIM2/TIM5/TIM9/TIM10/TIM11 are being used.  Under a debug session everything runs correctly.  If we leave the board programmed with the debug code and ...
Hello-Working with the STM32F411 on the ST F411 Discovery board, we have set the speed to 72MHz using the HSI as the PLL source.  The register values are as follows:RCC->CR = 0x03005C83RCC->PLLCFGR = 0x23001208According to Cube, this configuration is...
Kudos from