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: output_high(int16 a) doesn't work
cashworth

Replies: 4
Views: 11709

PostForum: General CCS C Discussion   Posted: Mon Jul 09, 2012 4:52 pm   Subject: output_high(int16 a) doesn't work
I just reported the bug. Your workaround is fine for my application. Thanks much!!
  Topic: output_high(int16 a) doesn't work
cashworth

Replies: 4
Views: 11709

PostForum: General CCS C Discussion   Posted: Mon Jul 09, 2012 10:37 am   Subject: output_high(int16 a) doesn't work
My compiler version is 4.132. My co-worker has 4.134 and gets the same problem.
  Topic: output_high(int16 a) doesn't work
cashworth

Replies: 4
Views: 11709

PostForum: General CCS C Discussion   Posted: Fri Jul 06, 2012 5:31 pm   Subject: output_high(int16 a) doesn't work
Pin addresses greater than 8 bits don't work with the output_high() function call. I'm using a PIC16F1947.

int8 pin addresses work just fine, for example:

int16 a=104; //Pin_B0
output_high( ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group