STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32L476 SPI slave mode with DMA repeated first character

I have a STM32L476 operating in spi slave mode and an embedded linux master. It is meant to offload the contents of a file stored on an SD card. I do this in 2052 byte bursts (2048 data + 4 byte checksum). The very first transfer I send duplicates th...

LM.2 by Associate II
  • 675 Views
  • 3 replies
  • 0 kudos

FLASH is Zeroed Automatically!

helloI am using a STM32f030c8t6. it takes 2 ADC and shows them on a seven segment. I set some parameters in FLASH and save them. my problem is that it suddenly stopped saving values and just returns 0. I noticed this happened just as I detached ADC i...

Ala by Senior
  • 626 Views
  • 10 replies
  • 0 kudos

Resolved! GPIO control while reading SPI

Hello,I use STM32F767II, CubeIDE, HAL driver.​I want to use GPIO control while reading SPI.I use SPI Master.SPI Master reading operate MISO after MOSI operation.​​​​GPIO ON when MOSI state.GPIO OFF when MISO state.​How can i control GPIO when use SPI...

0693W00000LvveVQAR.png
hjuns by Associate III
  • 924 Views
  • 2 replies
  • 0 kudos

Resolved! Set up UART Interrupt using register

My UART example works very well.  But, I want to do with the UART interrupt.  Currently it does not work because it always jumps to an infinite loop in the start up assembly code.Infinite_Loop:  // startup_stm32f411retx.s b Infinite_LoopHere is my so...

MLi.6 by Associate II
  • 3319 Views
  • 7 replies
  • 0 kudos

How can i send integer or float values using UART in DMA mode, Model:STM32H745XI-DISCO Board, i dont know why but this is not working...

/* USER CODE BEGIN Header *//** ****************************************************************************** * @file      : main.c * @brief     : Main program body ****************************************************************************** * @at...

UART RX Interrupt timeout

Hi there!I start to use a UART (RS485) with stm32g031f6 , and i use HAL_UART_Transmit_ITHAL_UART_Receive_ITand both works. So now i want implemet an timeout on RX line. I saw the app note 3109 and i have a couple of question:if i use timer input capt...

SGian.1 by Senior
  • 2005 Views
  • 8 replies
  • 0 kudos
Labels