This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

HALCoGen RM48L950ZWT for FreeRTOS 8.2.0

Other Parts Discussed in Thread: HALCOGEN

Hi,
when do you plan to release the HALCoGen for FreeRTOS 8.2.0? 

Or can I make my own changes in the files which are created by the current version of HALCoGen which supports FreeRTOS 8.1.2? The reason is that the code crashes when I use the new feature in FreeRTOS 8.2.0. - task notifications. I don't know the reason but it happens in this macro:

os_portmacro.h:
#define portYIELD_WITHIN_API() { portSYS_SSIR1_REG = portSYS_SSIR1_SSKEY; asm( " DSB " ); asm( " ISB " ); }

The strange thing is that it crashes the SECOND time it is executed. 

Maybe you already have some working code which I could use (before the new HALCoGen release)?

Kind regards,
Lars