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

How to get Segger RTT to work with sleep modes on stm32

I'm trying to use RTT on an stm32L433 and it looks like it doesn't work when the device is in sleep mode (no output on the RTTViewer).my test code is a loop with a printf and a 2seconds sleep.when a debugger is attached, stepping through the code mak...

medanis by Associate II
  • 3193 Views
  • 9 replies
  • 0 kudos

STM32H750VB_UART_Interrupt not receiving data after several cycles and after that it never receives data till the board is reset

I am developing a fuel dispenser and it consists of five boards and the main control of the dispenser is CPU board and the fuel dispensing pulses comes from PULSER board and all the data input comes from KEYPAD board. All the boards are maintained a...

Resolved! STM32H7 DMA Speed

How fast is DMA on STM32H7 mcus? I didnt find any description on how many ticks takes one transaction. I linked DMA to a timer, transfer from memory to port. With system clock 480 MHz and timer DMA request frequency 40 MHz it doesnt seem to work fast...

[Solved][Doubt] HAL Clock Config

Hi everyone. It's my first time posting here. I'm learning how to program STM32, especifically an STM32F303RE Nucleo Board using HAL libraries. These are my resources to learn: Mastering STM32 from Carmine NovielloSTM32F303RE User Manual and Datashee...

GHern.2 by Associate
  • 1860 Views
  • 4 replies
  • 0 kudos

Resolved! Code running slow on M4 CPU of a STM32H747 DISCO board

I'm using a STM32H747 DISCO boad and I just want to use the M4 CPU. When start, the M7 configs the Clock and does nothing since then. There is only a simple case running on the M4 CPU. The case takes 200ms on M4 while it took only 20ms on a Risc-v@30...

Ss.9 by Associate II
  • 767 Views
  • 3 replies
  • 0 kudos

STM32 crypto on microSD with PC deciphering

I am working on STM32u585. The STM receives data on SPI bus, cipher data and store cipher data on microSD.Then the microSD is read on PC and data has to be deciphered for human reading.What is the best mean to perform this ciphering process ? Can the...

FCont.1 by Associate
  • 547 Views
  • 2 replies
  • 0 kudos