Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on January 24, 2017 at 19:55Hello all, I am running into a problem with updating the STM32F4 library in STM32CubeMX ver 4.19. I want to install the STM32F4 library package ver 4.14. However, I get an error stating 'These Files have problem du...
Hi,Anyone please provide me the example for QSPI.
#include "stm32f4xx.h"#define PLLM 25#define PLLN 320#define PLLP 1//divide 4void SysConfigure(){ RCC->CR|=RCC_CR_HSEON;//External Crystal Oscillator while(!(RCC->CR & RCC_CR_HSERDY));// External Crystal oscillator status flag checking ...
According to AN4013 on using timers as time base generators, one could use a 16-bit timer to generate an update event from a nanosecond to a few minutes. Well, take for example the STM32F429 clocked @ 180 MHz. If one cycle takes 5.56 ns, which is the...
I'm looking to make a loop of MCUs as slaves to a PC master so that I can send commands to them. The idea is to use the https://www.maximintegrated.com/en/products/interface/transceivers/MAX22025.html and https://www.ftdichip.com/Support/Documents/Da...
I'd like to you a STM32L476 continuesly in LPRun Mode with external Oscillator Frequency of 2.048MHz. But in "Reference Manual" of STM32L476 is written following: "5.3.2 Low-power run mode (LP run)To further reduce the consumption when the system is ...
Hi,MCU: STM32L072MCU is using TSC and ST touch sense library. Before entering stop mode, the delta of touch key without pressing is normal (-2 to 2). However, after exiting STOP mode and then calling tsl_user_Exec_IT(), there is strange value delta.B...
Left side original label from MFG but there is a misspelling on the temperature.Right side label from Mouser with the correct spelling.Please advise whether it is a common error on the misspelling issue.
Hello all,Currently i'm working over STM32H750IBT6 Controller with QUAD SPI MT25QL128A External flash. The objective is to boot from internal flash address which is 0x08000000 and jump to external flash address, as the internal flash memory is quite ...