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 4 matches
CCS Forum Index
Author Message
  Topic: problem in migrating to V5 [SOLVED]
MgSc

Replies: 8
Views: 9546

PostForum: General CCS C Discussion   Posted: Mon Aug 19, 2013 12:32 pm   Subject: problem in migrating to V5 [SOLVED]
Hi all,

sorry for the delay in reply!!!

I found the problem...

The problem is that the CCS V5 is really enabling the NSTDIS(INTCON,15),
so the interrupt priority wasn't working...

I was c ...
  Topic: problem in migrating to V5 [SOLVED]
MgSc

Replies: 8
Views: 9546

PostForum: General CCS C Discussion   Posted: Fri Aug 16, 2013 8:19 am   Subject: problem in migrating to V5 [SOLVED]
Hi temtronic,

that is the point...
the ISR isn't being accessed 10 times... Just one!
If it was being accessed 10 times I would be very happy!
In the V4 it works fine.
  Topic: problem in migrating to V5 [SOLVED]
MgSc

Replies: 8
Views: 9546

PostForum: General CCS C Discussion   Posted: Fri Aug 16, 2013 7:55 am   Subject: problem in migrating to V5 [SOLVED]
I don't think it's the problem...

I did a modification just to get a test...

char data_received;
#int_da
void fn_int_rda(){
data_received = getc();
output_to ...
  Topic: problem in migrating to V5 [SOLVED]
MgSc

Replies: 8
Views: 9546

PostForum: General CCS C Discussion   Posted: Fri Aug 16, 2013 7:25 am   Subject: problem in migrating to V5 [SOLVED]
Hi everyone,

I'm having some problem to migrating to V5 from CCS...

I have a code that usually worked with V4... So I updating to V5 and now it isn't working the usart in #int_rda as it used to. ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group