User Activity

Hello,I get an issue with the USB HOST configured on my STM32F2This USB HOST driver works well in my case, but it appears that the interrupt OTG_HS_IRQHandler is called too frequently (when I plug a device on the USB HOST post) and it's flooding my C...
Hello!I've been working with several STM32 parts since 10 years. I'm working for a company so due to confidentiality I can't share the schematic of the custom PCB, sorry.On the first batches of a new product, using a STM32H743BI, it appears that some...
Hello!I'm working on a STM32H743I use a USB DEVICE driver (pins PB14 and PB15) : only AF12 is possibleI also use a SD card driver (PC8 ... PC12) : only AF12 is possible(Alternate function mapping is described in the datasheet https://www.mouser.fr/d...
Hello dear community,I've started using STM32H743VGT6 on a custom board I've made.I'm testing the hardware now and I quickly detected that the temperature is really high (approx. 70°c on the top of the chip package).I have another board, based on a S...
Hello,I have a timer TIM2 interrupting every 2ms (that's working).When I receive SPI data from SPI3_IRQHandler, I want to launch the interrupt of this timer TIM2_IRQHandler as soon as possible (eg in the next 10us).Then, the timer will continue to in...
Kudos from