CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Interrupts disabled during call to prevent re-entrancy

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
emanuele
Guest







Interrupts disabled during call to prevent re-entrancy
PostPosted: Wed Apr 22, 2009 9:03 am     Reply with quote

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
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Wed Apr 22, 2009 10:10 am     Reply with quote

See this thread:
http://www.ccsinfo.com/forum/viewtopic.php?t=30539
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group