Ask questions, find answers, and share insights on STM32 products and their technical features.
However, the values that I obtain (I show them on LCD display) are not only inconsistent, but also the potentiometer's rotation doesn't effect the value? I have searched a lot and tried different ways but I couldn't find the problem in my code. Pleas...
Hi,I am using STM32H750VBT6 microcontroller and want to use IS25LP016D-JBLE flash as QSPI external memory. Is this flash supported in STM32?? If yes, how can i add this flash while flashing using keil IDE.
This is a sanity check question.I use TIM7 is one-shot mode - used to detect if a process is stuck.The very first time the timer is used - the one-shot duration is not close to what is expected -- it's about .2usec in duration.Every use after the fir...
Hello sirHow to program STM32F103C8T6 with usb
Hello everyone how config timer 1 to trigger timer 3 every fall edge on PWM channel 1 and channel 2
Dear Members,I am writing to STM32 flash but application not running ?I reset it, it's still not responding,any ideas ? I can read and write to the chip,thanks
RM0433 Rev 5 writes:The recommended single write sequence in bank 1/2 is the following:1. Unlock the FLASH_CR1/2 register, as described in Section 3.5.1: FLASH configuration protection (only if register is not already unlocked).2. Enable write oper...
Hey guysI'm currently wondering why i'm not reveiving any interrupts at all on my STM32F413I used cube mx to create a new project.For starters I'd like to send some data via UART with an interupt transfer.uint8_t dummy[4] = { 0 }; volatile HAL_Status...