Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello! If I write less than 12KB #MSD works fine. If I write more than 12KB, Windows7 will ask me to format the drive. If the MSD is not reconnected to the PC, everything works fine. Everything breaks down if Ireconnect the device to the PC. Please t...
Hello,For STM32G4 Rev Y:Errata 2.7.3Wrong ADC result if conversion done late after calibration or previous conversion DescriptionThe result of an ADC conversion done more than 1 ms later than the previous ADC conversion or ADC calibration might be in...
I've been trying to get Oversampling working using polling for ADC completion, but I'm not seeing the expected results. I found one example for x4 oversampling, but in reality that doesn't seem to actually be doing anything. I am trying to use 32 f...
How to update stm32 h750 firmware by uart in ubuntu terminal?Is there any open source ?I found stm32flash tool, but it can not support stm32h7.Is there any other option?
微型太阳能逆�?�器有评估�?�?微型太阳能逆�?�器控制软件是�?��??供给用户?或者有开�?�“微型太阳能逆�?�器�?的朋�?�和我�?�系?我的邮箱:
Hi, I am trying to set up an input capture with DMA on a F1 and a F4 chip. The documentation is confusing, and most tutorials don't work for my specific scenario. For a start, when setting up DMA using cubeMX, I can't configure source, destination an...
Hello, in STM32F10x, I need to use Stop mode. However, before going to stop mode, I need to stop PWM channels and leave them high (in output). How can I stop change some pins (A0 and A6) from timer PWM mode to normal output mode? I tried this method ...
I wonder about the keeping signed and unsigned values in proccessor.For example I have this define#define MY_NUMBER 8How to decide MCU number of "8" signed or "unsigned" value.How to convert binary number to keeping. For example I am doing static ana...
I am using STM32F769I-DISO board with an MX25L51245G QSPI chipAs I understand it, I must erase before writing. So if I have 100 bytes of date on the QSPIand I want to change byte number 51 in my 100 byte data I should first eras this location.Howev...