emanuele Guest
|
Interrupts disabled during call to prevent re-entrancy |
Posted: Wed Apr 22, 2009 9:03 am |
|
|
Hi all,
after compiling, my code gives the warning:
>>> Warning 216 "rx4520.c" Line 794(0,1): Interrupts disabled during call to prevent re-entrancy: (@MUL1616)
If I comment in my timer1_isr() the line code:
pbuff_in_dac=&buffer[dac][buffer_size-audio_buffer_size];
where:
pbuff_in_dac is an unsigned int8 pointer, and all the other variable are unsigned int8,
the warning disappears.
Why? Where is in that line code the MUL1616?
Sorry for my english.
Thank you |
|