|
|||||||||||
Technical Support Support Resources
Product Information |
RTX51 TINY: User Interrupt Function does not workInformation in this article applies to:
QUESTIONThe RTX51 Tiny User's Guide states that C51 interrupt functions can be used in parallel with the kernel. However, my RTX51 Tiny application hangs when I enable the following interrupt function.
What could be the problem? ANSWERRTX51 Tiny does work in parallel with interrupt functions. However, RTX51 Tiny, by default, uses register bank 1 for its timer 0 interrupts. The register bank configuration may be changed in CONF_TNY.A51. When using the default timer interrupt setting for RTX51 Tiny, you must ensure that you use a different register bank for other interrupts. Changing your interrupt function definition to:
should solve the problem. MORE INFORMATION
SEE ALSOLast 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.