Page 1 of 1

Error - Bad absolute address in OSA

Posted: 23 May 2012 13:15
by jkjoy
Hi,

while compiling a simple OSA RTOS code for two tasks, I get error message "Bad absolute address '_OS_Tasks' .
I have included osa.c and configured OSAcfg.h.
Please help.

Re: Error - Bad absolute address in OSA

Posted: 24 May 2012 13:36
by dejan.odabasic
Hello,

could you please attach the minimal project that demonstrates this error ?

Best regards.

Re: Error - Bad absolute address in OSA

Posted: 01 Jun 2012 13:06
by jkjoy
dejan.odabasic wrote:Hello,

could you please attach the minimal project that demonstrates this error ?

Best regards.

Sorry for the delay for reply.
I just deleted the "#define OS_ADDRESS_TASKS 0x000 // Address of Task Descriptors array" line and solved the error.

I dont know whether it will make other problems but my program is working properly for two tasks with a binary semaphore.