Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello, I am able to store data External QSPI flash storage of STM32F746 Discovery Board using given external loader N25Q128A_STM32F746G-DISCO with STM32 CubeMx programer.Now in my project I am using different package STM32F746ZGTx ( LQFP144 (20x20 m...
Hello, I'm having problem in ST-Link getting flash. While I'm trying to flash through Raspberry pi linux version.We are developing QR code application and I have a python script to flash to the MCU, the oython script access the directory which has a ...
Hello,I want to implement VGA signal generation on my STM32L432KC board. For start, getting the vertical sync and horizontal sync timings right would be great. I found a nice website with hsync, vsync and pixel timings and I thought that using resolu...
Configuration Info:MCU : STM32G030K8STM HAL Dirve Version : 01.03.00.00 PA4 (GPIO_PIN_4) - Configured to generate interrupt upon detecting a falling edge. PB5 (GPIO_PIN_5) - Configured to generate interrupt upon detecting a falling edge and rising ed...
Hello,I use signed integers since a long time in delay calculations using 16 or 32 bit counters.Indeed, it suffices to do a simple signed subtraction between the two counter values to obtain an exact delay even if the counter has looped back in the m...
i am using Nucleo-F030R8 board. I want to get adc calibration factor.By writing #define VREFINT_CAL (*((uint16_t *) 0x1FFFF7BA))i got VREFINT_CAL = 1521 which is actually factory stored value, that good no problem.but when i try to calibrate it by...
I am using an F4 discovery board and trying to using the included 8MHz HSE crystal to drive the RTC. I am using CubeMX to configure everything and I have configured the RTC to generate the calibration 1Hz signal that I am watching on a scope. Initial...