STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Automatic SPI communication using STM32U5

HiI use STM32U575I-EV.I want to periodically read data from an external SPI device without CPU.The SPI device will emit a data ready signal(active low gpio), so I want to use that as a trigger to read the data.Ideally, I would like to perform multipl...

DK3 by Associate II
  • 592 Views
  • 2 replies
  • 1 kudos

Wrong PC (progam counter) when exiting ISR

Hi,i'm using a STM32L031. In my code i first initialize the MCU (FLASH, CLOCK, INTERRUPTs, GPIOs), start the LPTIM (running on LSI), then slow down the MSI clock, start the timer22 for PWM and go into low-power sleep mode.  When i let the program run...

Brigei by Associate II
  • 8357 Views
  • 38 replies
  • 1 kudos

EEPROM - Reading Value from Before Reset

Hi,I'm using the software EEPROM to save a variable to flash that is being updated during run time, that I would like to read in case the system resets. Whenever the system resets, for stability, it writes a line of "dummy" 0's to the next available ...

FFOO_0-1723508269393.png
FFOO by Associate
  • 268 Views
  • 0 replies
  • 0 kudos

STM32H563 flash gets locked after programming

I am trying to implement an IAP function on stm32h563 with Keil. I have a bootloader and image A and B, all running on flash. Image A and image B are running on bank 1 and 2. When i was running image A and updating image B, new image B is successfull...

Ehow by Associate II
  • 392 Views
  • 0 replies
  • 0 kudos

Implement UART Transmit in DMA mode correct way

I am using stm32f779I eval kit. I am using example UART_HyperTerminal_DMA by en.stm32cubef7.I am trying to implement UART in DMA mode to transmit a simple string.So I have used CubeMX to generate the code and I have configured UART1 TX DMA in normal...

phenom by Associate II
  • 2976 Views
  • 14 replies
  • 0 kudos

Resolved! PWM Channels 3 and 4 of TIM2 not working on STM32L053

As per the title: I am using Timer 2 for a PWM. Channel 1 and 2 work just fine, but Channel 3 and 4 won't output anything. Created the project with CubeMX. Tried enabling all 4 channels with all the same values except pulse (CCR) and probed the outpu...

EPrüß.1 by Associate II
  • 2425 Views
  • 14 replies
  • 5 kudos