|
|||||||||||
Technical Support Support Resources
Product Information |
RTX51 TINY: Tasks Never StartInformation in this article applies to:
QUESTIONHelp. I've written an RTX51 Tiny program but it never seems to execute anything but my startup task. What could be wrong?
ANSWERThe problem with your RTX51 Tiny program is that your startup task exits incorrectly. After os_create_task (2);, the startup task exits. This should never happen. If you want to terminate the startup task, you should call os_delete_task with the task ID. For example:
MORE INFORMATION
Last Reviewed: Thursday, February 25, 2021 | ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.