Skip to content

Issues with portSET_INTERRUPT_MASK_FROM_ISR for cortex R5 #369

@wohlto

Description

@wohlto

After updating our application for CortexR5 to SDT workflow with 2025.2 we experienced issues with FreeRTOS. It turned out that interrupt mask from ISR (portSET_INTERRUPT_MASK_FROM_ISR) is not properly defined for CortexR5:

"#define portSET_INTERRUPT_MASK_FROM_ISR() uxPortSetInterruptMask()")

Issue could be fixed by adding this to freertos10_xilinx.cmake for CortexR5:

set(SET_INT_MASK_FROM_ISR "#define portSET_INTERRUPT_MASK_FROM_ISR() ulPortSetInterruptMask()")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions