STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32f103C8T6 BluePill external interrupt

Hello, I am beginner and I am trying to write a code without HALL. The goal is switch LED when button press using interrupts. I check the button and the LED separately. Everything works fine. But interrupt code don't want to. What am I doing wrong? U...

IShem.1 by Associate
  • 433 Views
  • 1 replies
  • 0 kudos

Resolved! flashing STM32H743VTIx from linux commandline

It seems to me that st-flash still have not got any support for STM32H7xx devices yetIs there other command line options available that run under Ubuntu? Could be payware even.. I have both stlink/v2 and a segger j-link (EDU version) available but ha...

Zainka by Associate III
  • 732 Views
  • 2 replies
  • 0 kudos

STM32H750 minimal code to blink GPIO

I am using a self compiled arm-none-eabi gcc 10.2 toolchain and I am trying to write a minimal program to switch on a GPIO LED (putting that output to 0 because is cathode connected) on pin PA1. I have the following resulting binary:Disassembly of se...

Resolved! STM32L412 Nucluo64 - garbage data sent from UART

Hello,I am working with the evaluation board STM32L412 Nucluo64, but I noticed that the MCU sends only garbage from UART.The code I am using has been used many times in other projects and should work fine (it's just a matter of calling LL_UART_Transm...

simo zz by Senior
  • 893 Views
  • 6 replies
  • 0 kudos

STM32F405 interrupts don't fire

Hello,I'm encouring one problem with STM32F405 interrupts.I'm working on a project that using a MCU STM32F405,I have created a CubeMx Projet, set all the clock (input frequency, Sysclck, APB1, ...), set timer2, CAN2 and UART2. I have set enable TIM2 ...

THenr.2 by Associate II
  • 615 Views
  • 4 replies
  • 0 kudos