STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HSI to PLLCLK set to max frequency causing hard faults

Hey, I'm having some issues with setting up clocks for my STM32F411CEU custom board with HAL.Using PLLCLK from HSI ends up with Hardfault, around where RCC is being configured.The only way I don't get hardfaults is:1) if I set System Clock Mux to HSI...

kikib_0-1735999998625.png
kikib by Associate II
  • 499 Views
  • 7 replies
  • 2 kudos

UART DMA &SPI DMA and Semaphore Mutex issue

Hello, I am trying to send a message using SPI DMA. I also enabled UART DMA. When both of them are executing, SPI DMA does not work. I implemented SEmaphore Mutex as well. Below are my code and SPI and UART drivers. Can anyone help me  --------------...

Resolved! DTCM NOT Losing Contents On Power Off

I'm using an STM32H747XI Discovery board for testing. I seem to have the opposite problem of everyone else, my DTCM value is NOT clearing upon losing power. I have the following in my LD script:  MEMORY { ... /* Put NOINIT at the top of the DTCM bloc...

C-Coder by Associate II
  • 437 Views
  • 5 replies
  • 0 kudos

Resolved! Troubleshooting "External Loader"

Hi STM32 enthusiasts, I’m reaching out to the community for advice and guidance on an issue we’re facing while developing an external loader for our custom board. We’ve been working with the STM32H730IBK6Q chip and an external memory MX25LM51245GXDI0...

HispaEmo by Associate III
  • 589 Views
  • 4 replies
  • 2 kudos

Resolved! Rxmessage process in case of CAN1 and CAN2 for STM32F407

Hi I want to understand Rx message process in case of can2. Rx fifo code I have tested when I used only CAN1 it is working fine. I have put RxFifoMSgpendingcallback function in IRQhandler and further code is working fine for when I used only one (CAN...

Ash1 by Associate III
  • 314 Views
  • 1 replies
  • 0 kudos

Resolved! HRTIM software FAULT configuration

Hi all!I have NUCLEO stm32G474RE board, and I am playing with HRTIM.I am trying to take advantage of fault logic, found in HRTIM module.HRTIM can have GPIO hardware input, which can shut down all HRTIM outputs, without any software overhead.Now, I wo...

PMoreno by Associate II
  • 549 Views
  • 1 replies
  • 1 kudos

Resolved! How to fire RTC alarm every 1s?

Today, for the first time I tried to set up RTC alarm using STM32U5G9 MCU. I need RTC alarm (IRQ) to fire on every second change, that is, when subsecond counter is zero - it is configured to count 32kHz clock pulses from 32k to 0 using 15-bit subsec...

TDJ_3-1735904047337.png TDJ_1-1735902305185.png TDJ_2-1735902389946.png
TDJ by Lead
  • 452 Views
  • 2 replies
  • 1 kudos