|
|||||||||||
|
Technical Support Support Resources
Product Information |
Technical SupportC51: NON-REENTRANT PRINTFInformation in this article applies to:
QUESTIONIs the printf() in the library reentrant or an ordinary routine? If it is a reentrant routine, is there a non-reentrant printf()? ANSWERprintf() is non-reentrant. Caution must therefore be used when calling printf() in an ISR or other situations where printf() may be invoked while it is already executing. MORE INFORMATION
SEE ALSOLast Reviewed: Friday, July 15, 2005 | ||||||||||
|
|||||||||||