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

Debouncing using registers

Hello, first of all, thanks for all the previous help to everyone. I want to debounce my input, using registers, but I'm running into the issue of it "not working" I am surely missing something in the logic I am overlooking.here is my interruptvoid I...

Petrarka by Associate II
  • 3853 Views
  • 1 replies
  • 0 kudos

Resolved! USB configuration

Hi, I need to use USB in 2 modes:1. See SD card files interfaced to controller through computer via USB2. Transfer SD card files to "data storage device (USB stick)" via USBAny examples for same? Display menu should handle above operations. Since the...

GauravK by Senior
  • 846 Views
  • 3 replies
  • 0 kudos

Resolved! SPI on STM32U575 (NUCLEO board)

I'm trying to get SPI1 working on an STM32U575 (NUCLEO board), starting from a base of existing working STM32F4 LL API code, but have failed.I am running this on a NUCLEO-U575ZI-Q board, so MOSI on PA7 (D11), MISO on PA6 (D12), SCLK on PA5(D13) and w...