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

HAL_NVIC_EnableIRQ does not end

    // DMA RX 설정     __HAL_RCC_DMA1_CLK_ENABLE();  // DMA1 클럭 활성화     hdma_rx.Instance = DMA_USART1;     hdma_rx.Init.Request = DMA_REQUEST_USART1_RX;     hdma_rx.Init.Direction = DMA_PERIPH_TO_MEMORY;         hdma_rx.Init.PeriphInc = DMA_PINC_DIS...

yonggeon by Associate II
  • 582 Views
  • 3 replies
  • 1 kudos

F407 Discovery board demo code

Hello could anyone advise where to find the example projects (demonstration code) for F407 discovery board? the code that was embedded when you first get hold on the new board before starting programming, where the 4 LED blink according to the onboar...

Resolved! Understanding ThreadX scheduling

Hi all and merry Christmas!It's Christmas time again and therefore it's time for me specifically to work on my private projects. I want to build up a rather complex device running on ThreadX and just wanted to play around with ThreadX trying to under...

MGuth.1 by Associate III
  • 1548 Views
  • 2 replies
  • 1 kudos

Resolved! STM32N6 FreeRTOS linker issue for MPU

I am trying to setup FreeRTOS for the new STM32N6 Nucleo board. Running into the following error `GCC/ARM_CM55_NTZ/non_secure/port.c:1814: undefined reference to `__privileged_sram_start__'`.Based on https://github.com/STMicroelectronics/x-cube-freer...

milanvdm by Associate II
  • 1000 Views
  • 1 replies
  • 0 kudos