Keil Logo

C51: Reentrancy Issues With the Dallas 390 Math Accelerator


Information in this article applies to:

  • All C51 Versions

QUESTION

Is the Maxim (formerly Dallas Semiconductor) 390 math accelerator reentrant, e.g., can the math accelerator be used in the main C program and in an interrupt?

ANSWER

No. Math operations performed using the math accelerator are not reentrant. The following suggestions will help to guarantee that only one thread of execution uses the arithmetic processor.

  • Use the MODDA directive to compile either
    • Functions which are guaranteed to execute only in the main program,
    • or Functions used by one interrupt service routine.
  • Compile all remaining functions with the NOMODDA directive.

MORE INFORMATION

SEE ALSO


Last Reviewed: Thursday, February 25, 2021


Did this article provide the answer you needed?
 
Yes
No
Not Sure
 
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

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.