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

Warning: PIC18F25K40 undocumented errata
Goto page Previous  1, 2
 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
newguy



Joined: 24 Jun 2004
Posts: 1903

View user's profile Send private message

PostPosted: Thu Sep 07, 2017 7:56 am     Reply with quote

Update: adding the AND gate with clamps to Vdd both upstream and downstream of the gate, along with moving that "return" line to B4 on the PIC has eliminated the weirdness. I also bought a few new processors, just to be sure. I have yet to try the old inventory of PICs with this new layout.

...It's nice to be able to relax again...
Ttelmah



Joined: 11 Mar 2010
Posts: 19260

View user's profile Send private message

PostPosted: Thu Sep 07, 2017 8:21 am     Reply with quote

Well done.
pmuldoon



Joined: 26 Sep 2003
Posts: 218
Location: Northern Indiana

View user's profile Send private message

PostPosted: Wed Sep 13, 2017 7:01 am     Reply with quote

I don't know if making it a ST input instead of TTL would help, but there is a command for this chip to select the input type (default is TTL).
Code:

set_input_level_g(0b11111011);    // 0 = TTL 1 = ST (default)
newguy



Joined: 24 Jun 2004
Posts: 1903

View user's profile Send private message

PostPosted: Wed Sep 13, 2017 7:16 am     Reply with quote

I did try that at the time, but sadly it had no effect.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Goto page Previous  1, 2
Page 2 of 2

 
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