Hello everyone,In the middle of an experiment i got stuck with an issue for which i hope somebody out here might know the solution.I am using TIMER1 in PWM mode which is supposed be to continuously running in the background. Since triggering ADC usin...
I had installed tera term for using USART with 'USB to USART' (I'm pretty sure all of pin connect correctly). after that I flash the program to STM32L1 board. It works but after going to debugger mode, but the debugger aborted and exit debugger mode....
I'm using the stm32f030k6t6 microprocessor without the devkit, just the module, and I'm using cubeIDE (cubeMX V6.0.1) to generate a code to read a temperature from a sensor connected to PB0 (ADC_IN8). The problem is that when I start the adc (HAL_AD...
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...