Skip to content

I can not use osSemaphoreRelease(rtcMinuteInterruptSemID) in the RTC alarm IRQ #54

@KiraVerSace

Description

@KiraVerSace

When I use the stm32duino RTC and open the alarm IRQ, I want to release a semaphore in the IRQ, it always failed, then I debug my code, I find thar it was in the assert as blew.

configASSERT( !insideAnISR ); // Make damn sure no more mallocs inside ISRs!!

I check my code that the semaphore create sucessfully!

could you help me?

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions