STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Using unused interrupt vectors

Is it ok to use interrupt vectors which are 'reserved' inside or even beyond the vector table?We need to put an RTOS semaphore from an interrupt with higher priority than kernel scheduler interrupt (which is forbidden). Currently we use an interrupt ...

Resolved! Priorities on STM32 (USB, SD, EXTI...)

Hi,please help me figure out priorities in my project.So, I'm using:SDIO 4 bit + DMAUSB Composite Device = CDC + MSC with VBUS detection on PA9 pin.I configured PA9 as EXTI on Rising/Falling edge. For now i just want to light a diode when USB conecti...

bmak by Senior
  • 450 Views
  • 1 replies
  • 0 kudos

Go command fails to start STM32F303RE application.

Hello! We are having problems with F303 during the task of updating form STM32F072RBT6 to the STM32F303RBT6 of MCUs .I have tried all firmware with the use of NUCLEO-F303RE .To test it out more ,I have designed an application that make NUCLEO LED per...

by Not applicable
  • 225 Views
  • 1 replies
  • 0 kudos

The HAL IRQ for HSEM disables itself. Why?

The HAL driver, HAL_HSEM_IRQHandler() disables itself by clearing bits in it's IER register. I don't want it disabled so I have to re-enable it in my HAL_HSEM_FreeCallback(). Is it desirable that it is disabling itself? I'm using the STM32H755.

GHolc.1 by Associate III
  • 284 Views
  • 0 replies
  • 0 kudos

FreeRTOS and timebase interrupt priority

I’m using STM32Cube MX 6.2.1, STM32Cube IDE 1.6.1 and STM32Cube_FW_H7_V1.9.0 for a STM32H7A3 project. As recommended, I configured the HAL time base source to a timer other than systick. (TIM17) If I understand correctly, FreeRTOS uses systick and se...

AMacI.1 by Associate II
  • 863 Views
  • 1 replies
  • 0 kudos

external event interrupt in freertos

I want to use external event interrupt in freertos v2. I found when I set one pin with external event interrupt with freertos enable in stm32cubemax, I will miss exti1_handler() global interrupt function.right? is it possible to enable it in freertos...

Labels