Ask questions, find answers, and share insights on STM32 products and their technical features.
Also, what is the minimum time (or instruction cycles) to begin servicing an interrupt, i.e., how long does state saving take at minimum? Where would I find this kind of performance information? I am using STM32F031G6.
I have been using the MSC_Standalone example to develop code on this DISCO board. I noticed that although the example makes use of the on board display, it only uses the top half. Is there a good reason for this and is there an easy fix to use the wh...
We are using STM32F427IIH7 & we have interfaced it with ISSI IS21ES04G-JCLI eMMC using 4-bit SDIO lines. But we are not able to bring it up. Does STM32F427 support eMMC or it can support only MMC?Thanks in Advance!Krishnaprabha
In the STM32F4 Reference Manual, there is an example calculation of the WWDG timeout period t_WWDG (see attached image).However when I type in the numbers from the example, I get a different value (87.38 ms instead of 21.85 ms). It seems that the val...
I already have STM32H743 Nucleo boardIs it possible to use this board in the workshop?
Hello,I signed up for the H7 workshop and had already purchased the board a couple of weeks ago.RegardsOlaf Hagendorf
Hello Folks,I am working on one project, in which we are using STM32L010C6T6 Controller connected with the Quectel LPWA module. Basically, all we are doing is to turn it on the LPWA module, connect with a cloud and send the data and receive the data ...
Hello,I work on the STM32f103.For the project I need to comunicate through USART but here is the problem;I can transmit everything to my computer but whenever my PC replies back, nothing happens.Rx interrupt has been enabled but I'm never going into ...