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

F072 user data option bytes

ive been trying to use the two option bytes available for the user. but i have not been able to get it to Write to them i code. editing the bytes via cubeProgrmmer then reading them with the following:  uint8_t userByte0 = HAL_FLASHEx_OBGetUserData(O...

tje7415 by Associate
  • 272 Views
  • 1 replies
  • 0 kudos

osSemaphoreRelease hangs the MCU?

Hello, I am having trouble releasing a semaphore on the STM32H745I-DISCO. The context is as follows: I need to capture a breakline on UART2. When the interrupt triggers, I need to read a character and, depending on the received character, either send...

RafaelS by Associate III
  • 390 Views
  • 2 replies
  • 1 kudos

Nucleo H755ZI-Q lwip

Hi, I was hoping to evaluate ethernet connection of my nucleo H755ZI-Q board. It turns out to be more challenging than I initially though. I have tried to follow this example: https://community.st.com/t5/stm32-mcus/how-to-create-a-project-for-stm32h7...

mosamasa by Associate II
  • 251 Views
  • 2 replies
  • 0 kudos

DMAMUX: Chaining of request generators

Hello,on the NUCLEO-H723ZG I would like to initiate a DMA transfer (Memory to GPIO ODR) on every 300 ADC EOC events. I have a DMA channel set up for the ADC (DMA1 CH0) and a DMA channel for writing the ODR of a GPIO. Since a single request generator ...

JGiss.1 by Associate II
  • 479 Views
  • 4 replies
  • 0 kudos

SD Card detect pin initialization

Hello,Does anyone know how to link the sdcard_detect gpio pin in cubemx?  If the card is not inserted after power up, the system doesn't come up because  MX_SDMMC1_SD_Init(); fails.I looked at: https://community.st.com/t5/stm32-mcus-embedded-software...

matt-crc by Senior II
  • 691 Views
  • 9 replies
  • 1 kudos

Acoustic Echo Cancelling U5

Hello everyone,I'm experiencing an issue integrating the FP-AUD-AEC1 v1.2.0 library into my U5 microcontroller project and would appreciate some guidance on the echo cancellation algorithm's behavior.My Setup:Audio Input: 1 MEMS microphone acquiring ...

eduarm by Associate II
  • 385 Views
  • 1 replies
  • 0 kudos