STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I'm going to use this STM32F405

STM32F405 I'm trying to use this model, but the IDE I'm using doesn't have it, so I'm trying to download it, but I'm not sure exactly where to download it or what files to download. I need to download a driver, but I don't know which file and which p...

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
  • 140 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
  • 116 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
  • 103 Views
  • 2 replies
  • 0 kudos

Resolved! Fixes for STM32H743 SVD

Hi, while using the SVD (Version 1.8 - but in the 1.9 zip this file still states 1.8) for the H743 I noticed some errors and have patched them for my code generation. Some of them caused me trouble for hours until I noticed that the SVD and the RM di...

Hazardy by Associate
  • 151 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
  • 231 Views
  • 4 replies
  • 0 kudos