STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Dual bank booting problem

Hello!I try to use dual bank option on the stm32l476 (256kB) for implementing a custom bootloader. I want just read new program (bin) by custom protocol and write it to another bank. After that I want to switch the banks, reset mcu and start the new ...

KKlyn.1 by Associate II
  • 2529 Views
  • 5 replies
  • 1 kudos

Unable to get the IP using DHCP

Hello everyone,   I am trying to get an IP for my controller using the DHCP i can able to detect the Link up and link down but i can't able to get the IP. I had refered the example code for the ethernet(lwip https server netconn rtos) But i can't abl...

Is There Any Working UAC2.0 Example for STM32H7?

I’m trying to build a UAC2.0 (USB Audio Class 2.0) device on STM32H7, supporting: High-Speed USB24-bit audioPlayback + RecordingFull-duplex, stable, low-latency operation After reviewing many threads here, I still haven’t found a complete or working ...

audio by Associate III
  • 86 Views
  • 1 replies
  • 0 kudos

STM32G0: cannot activate GPIOB AND GPIOD

I have an other issue at the moment. I cant use the GPIOD, VSSI02 is on 3.3V. Im using stm32g0b1kb. It wont toggle it wont read, it does nothing. I have created a small application far away from my main app just to test the GPIO functions.Hi, I a alr...