Hi everyone, I am working a porting on Renesas RISC-V MCU (R9A02G021). The problems I am encoutering are many, I’ll start by exposing one of them.
The problem is about portasmHANDLE_INTERRUPT. On the website (Using FreeRTOS on RISC-V Microcontrollers - FreeRTOS™) it is stated that it must be declared as an assembler macro. It is not clear to me what this routine should do and where shuold I look for it. If I am unable to find it, how should I implement it?
Also this is stated to be responsible for managing external interrupts. Are the MTIME interrupts considered external? I have a problem regarding the non increasing of the value of xTickCount, but probably that’s for another thread.