Quantcast
Channel:
Viewing all articles
Browse latest Browse all 59170

Forum Post: FreeRTOS compilation in IAR for RL78

$
0
0
Hi, I was compiling FreeRTOS v8.2.1 in IAR version 2.20. But in the FreeRTOS file FreeRTOSV8.2.1/FreeRTOS/Source/portable/IAR/RL78/portasm.s87 interrupts are defined as follows ; Install the interrupt handlers COMMON INTVEC:CODE:ROOT(1) ORG configTICK_VECTOR DW vPortTickISR COMMON INTVEC:CODE:ROOT(1) ORG 126 DW vPortYield but during compilation IAR gives following error COMMON directive is not supported in ELF mode ORG directive is not supported in ELF mode Is there anything i am missing or is there any other method to define interrupt in assembly in latest IAR version

Viewing all articles
Browse latest Browse all 59170

Trending Articles