Keil™, An ARM® Company

Technical Support

BL51: ERROR 129 (ILLEGAL TASKID: RTX-51 TINY ...)


Information in this article applies to:

  • C51 Version 5.50

SYMPTOMS

When I link my program, I receive the following error message:

ERROR L129:  ILLEGAL TASKID: RTX-51 TINY SUPPORTS ONLY 16 TASKS

CAUSE

This message indicates that a task was defined with a task ID greater than 15. RTX51 Tiny supports a maximum of 16 tasks, so the maximum value for a task ID is 15.

RESOLUTION

Check your task definitions and change task IDs to be less than 16.

MORE INFORMATION

Last Reviewed: Tuesday, July 19, 2005


Did this article provide the answer you needed?
 
Yes
No
Not Sure