STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32N6 Hard_Fault when accessing TCM

Hello,I have a problem with STM32N6. When trying to access any TCM (ITCM/DTCM) the CPU immediately crashes to the Hard_Fault. Do the TCM memories need to be explicitly enabled or something? From my experience from STM32H7, it was never needed. I've l...

Transitioning to Embedded Systems Development

Hi everyone,I’ve been working in IT for a while, focusing mainly on cloud computing and Linux environments. However, I’ve recently become really interested in embedded systems and the potential for integrating hardware and software solutions.I came a...

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
  • 180 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  --------------...