Ask questions, find answers, and share insights on STM32 products and their technical features.
I just got my STM32L053 Nucleo64, and i'm stucked when i load on the flash memory with keil (µvision5). The error "internal command error" occured.You can take a look at the error details.This is my keil setup : here and here.And this is my STM32Cube...
my data for this looks like the following without giving inputPA0 PA1 PA4 PA50 250 216 190I expect this PA0 PA1 PA4 PA50 0 0 0and when i start giving channel PA0 data wit...
What is wrong with my code? The code never hits the turn on led part when I press the B1-USER1 button. From the board manual there is a LED on PD13 and the user push button on PA0.#include "stm32f4xx.h" GPIO_InitTypeDef GPIO_InitDef; int main(v...
Hi,i am using STM32F407 and CubeIDE. I am trying to use 1 master and 2 slave at the same time. I can connect any slave to the master. I am trying to implement a sinmple alghoritm for 2 slaves. I change device address which master is connected at 10 s...
I can’t understand how to enter and exit sleep mode. Can someone share an example of how to enter and exit sleep mode on the L4 series? I use ADC + DMA + TIM and I want to go to sleep mode, and after the interruption comes from DMA, I want the microc...
I am currently running into a problem using an STM32F446 microncontrollers UART interface that i cannot explain and require help.The system we are looking at is meant to do measurements.Each measurement cycle is triggered by an external Host.The Host...
Hello,I'm using the STM32F779.I have a timer configured to to trigger an ADC (single channel) using the timers TRGO.This is working great but I'd like to have a DMA handle the transfer.The timer triggers every 2ms and I'm running the timer for severa...