STM32 MCUs Boards and hardware tools

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bootloader stm32l072kzt 192kb

I want to perform the bootloader on my stm32l072kzt 192kb microcontroller without the need to use serial interfaces, my idea is to download a new firmware from the cloud and then update the computer with this new firmware. However, it seems to me tha...

Wave by Associate II
  • 2342 Views
  • 21 replies
  • 0 kudos

DMA DAC over an U575ZI-Q

Hello everyone I've being trying to setup a DAC output using DMA in a nucleo U575ZI-Q board.I started with the example provided in the stm32CubeIDE, works fine, and I obtained a desired output. The point gets more complex because I needed to use the ...

output.jpg eosella_0-1718373365822.png
eosella by Associate II
  • 319 Views
  • 0 replies
  • 0 kudos

Resolved! SPI for 33 bits frame size

I am using STM32H745 MCU. My requirement is to receive 33 bits of data on SPI in slave mode. The master transmits 33 clocks. It is not possible to split the data as reconfiguration of SPI in between the clocks is difficult. Is there a way to read par...