STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! UART to interface with TMC2209-Eval Board problems

HiI have to connect an STM34 Nucleo board to a TMC2209. I have to setup a single wire UART. Only TX is connected with the TMC board.I transmitted a datagram and when I try to receive the response I get back the initial data I have e sent.Does anybody...

RPG by Senior
  • 15977 Views
  • 35 replies
  • 0 kudos

Bootload feature for stm32C013

Product: SMT32C013Issue: firmware download in bootmodeDetails:  I’ve recently started firmware development and, with community help, I’ve managed to create firmware for STM8 and several STM32 devices. Until now, I’ve always programmed the MCU using S...

zin10 by Associate II
  • 472 Views
  • 4 replies
  • 0 kudos

Resolved! HSE is not working on STM32F411E-Discovery

I’ve just started learning STM32 and I’m currently using the STM32F411E-Discovery board. I loaded the default code provided by the Board Selector in STM32CubeIDE and was trying to get a simple LED blink working. It works fine when using the internal ...

Duc_Tran by Associate II
  • 630 Views
  • 9 replies
  • 0 kudos

Incorrectly writing to memory?

I am trying to make a guitar loop pedal with my nucleo-l476rg board. It has 1MB of flash and I am trying to write and read from bank 2 only as it is the bank of memory I want to use for storing recorded audio. I currently have an active buffer set up...

plsWork by Associate II
  • 384 Views
  • 5 replies
  • 0 kudos

Resolved! any idea how to connect magnetometer LIS2MDLTR made by ST ?

here is the code I am trying uint8_t whoami_reg[1];whoami_reg[0] = 0x4F | 0x80; // read commanduint8_t whoami_val[1];whoami_val[0] = 0; HAL_GPIO_WritePin(GPIOA, GPIO_PIN_4, GPIO_PIN_RESET); // CS lowHAL_SPI_Transmit(&hspi1, whoami_reg, 1, HAL_MAX_DEL...

Untitled.png Untitled1.png
MNapi by Senior III
  • 232 Views
  • 3 replies
  • 2 kudos