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 CCS Technical Support

Search found 3 matches
CCS Forum Index
Author Message
  Topic: Problem with interrupts disabled to prevent re-entrancy
DemaF98

Replies: 6
Views: 21581

PostForum: General CCS C Discussion   Posted: Wed May 05, 2021 7:02 am   Subject: Problem with interrupts disabled to prevent re-entrancy
Additonally you have two potential problems
1) "errors' is NOT in the USE RS232( ...options....), so sooner or later, the UARTS WILL 'freeze' during reception of data...
2) I see USE FAST_IO() ...
  Topic: Problem with interrupts disabled to prevent re-entrancy
DemaF98

Replies: 6
Views: 21581

PostForum: General CCS C Discussion   Posted: Wed May 05, 2021 6:54 am   Subject: Problem with interrupts disabled to prevent re-entrancy
Yes, you have already realised what is causing it.
To calculate 'where' a byte is in the two dimensional array, it has to
multiply the index, by the size of the element. It is using the 16*16 bit
...
  Topic: Problem with interrupts disabled to prevent re-entrancy
DemaF98

Replies: 6
Views: 21581

PostForum: General CCS C Discussion   Posted: Wed May 05, 2021 4:26 am   Subject: Problem with interrupts disabled to prevent re-entrancy
Hello,
I am developing an isr that is fired every time a new byte is received on my uart2 module and i keep getting this warning:
Warning#216 Interrupts disabled during call to prevent re-entrancy: ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group