callika wrote on Wednesday, September 13, 2017:
Hello. Can anyone show me simple and WORKING step by step implementation guide FreeRTOS for NiosII 13.1+ ?
P.S. Can FreeRTOS correctly working with VIC?
callika wrote on Wednesday, September 13, 2017:
Hello. Can anyone show me simple and WORKING step by step implementation guide FreeRTOS for NiosII 13.1+ ?
P.S. Can FreeRTOS correctly working with VIC?
rtel wrote on Wednesday, September 13, 2017:
I doubt it. Perhaps you could describe what you have done to try and
get this running and what issues you came up against.
callika wrote on Tuesday, September 19, 2017:
I successefully runed freeRTOS using IIC.
But when I added VIC in my Qsys, I got the following errors
"undefined reference to `alt_irq_handler' port_asm.S"
"undefined reference to `alt_irq' port.c"
"undefined reference to `alt_irq_disable' port.c"
"undefined reference to `alt_irq_enable' port.c"
I found out that these functions are related to IIC. What can I do about it?
rtel wrote on Tuesday, September 19, 2017:
Perhaps the names of these functions have changed since the port was
created. Can you refer to the documentation or any examples that came
with the compiler/tools to see if that is the case.