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 11 matches
CCS Forum Index
Author Message
  Topic: Reading User ID with a PIC16LF15344 [SOLVED]
KentR

Replies: 5
Views: 14762

PostForum: General CCS C Discussion   Posted: Wed Nov 28, 2018 10:40 am   Subject: Reading User ID with a PIC16LF15344 [SOLVED]
Remember the count for read_configuration_memory, is in bytes.
Two bytes per word.....

Just tested and that was indeed the problem. I'll put the corrected code below. It is now correctly reading ...
  Topic: Reading User ID with a PIC16LF15344 [SOLVED]
KentR

Replies: 5
Views: 14762

PostForum: General CCS C Discussion   Posted: Wed Nov 28, 2018 10:11 am   Subject: Reading User ID with a PIC16LF15344 [SOLVED]
Remember the count for read_configuration_memory, is in bytes.
Two bytes per word.....

I did not realize this. So I will need the read count to be 8, then. Thanks.
  Topic: Reading User ID with a PIC16LF15344 [SOLVED]
KentR

Replies: 5
Views: 14762

PostForum: General CCS C Discussion   Posted: Wed Nov 28, 2018 8:21 am   Subject: Reading User ID with a PIC16LF15344 [SOLVED]
I would like to read the 4 User ID registers of a PIC16LF15344. The register values are entered during programming, using the CCSLOAD application. I am entering a byte value (max value of 0xFF) into ...
  Topic: Debugger - Breakpoint issue
KentR

Replies: 7
Views: 20890

PostForum: General CCS C Discussion   Posted: Mon Jun 13, 2011 9:30 am   Subject: Debugger - Breakpoint issue
I am using the ICD-U64 programmer/debugger, along with the newest PCWH compiler (v4.121) targeting a PIC18F26J13.

My problem is that when I use the Debugger feature, there are certain C modules th ...
  Topic: compiler error
KentR

Replies: 1
Views: 4643

PostForum: General CCS C Discussion   Posted: Mon Jun 13, 2011 9:19 am   Subject: compiler error
The same thing happens to me. I am also wondering how to fix this.
  Topic: UART question - Not receiving after reset
KentR

Replies: 4
Views: 5746

PostForum: General CCS C Discussion   Posted: Fri Oct 01, 2010 10:43 am   Subject: UART question - Not receiving after reset
I figured this out. The PIC received too many bytes (while it was powering up) and shut down the uart. To solve this, I had to add the ERRORS switch to my #use rs232 setup.
  Topic: UART question - Not receiving after reset
KentR

Replies: 4
Views: 5746

PostForum: General CCS C Discussion   Posted: Fri Oct 01, 2010 8:41 am   Subject: UART question - Not receiving after reset
I am using the uart on a PIC18F67J10, to communicate with a PC. The PC transmits a message every 125mS, and when the PIC receives it, it sends a response. If I power up the PIC, and then start the P ...
  Topic: PIC18F67J10 - Code is making a non-requested jump?
KentR

Replies: 2
Views: 4004

PostForum: General CCS C Discussion   Posted: Sun Aug 29, 2010 5:47 pm   Subject: PIC18F67J10 - Code is making a non-requested jump?
Thanks! I'll try that first thing Monday!
  Topic: PIC18F67J10 - Code is making a non-requested jump?
KentR

Replies: 2
Views: 4004

PostForum: General CCS C Discussion   Posted: Sat Aug 28, 2010 7:34 am   Subject: PIC18F67J10 - Code is making a non-requested jump?
Ok, I have a really strange problem. I have a project with multiple C modules. Two of the modules are very similar (MotorA and MotorB). The MotorB routine seems to be functioning correctly, but Mot ...
  Topic: RS232 msg on powerup
KentR

Replies: 2
Views: 2922

PostForum: General CCS C Discussion   Posted: Thu Jun 24, 2010 10:59 am   Subject: RS232 msg on powerup
Good point. I'll try to throw a scope on the lines and see what's happening. The RS232 translating chips are on the dev board. They are DS276S ICs.
  Topic: RS232 msg on powerup
KentR

Replies: 2
Views: 2922

PostForum: General CCS C Discussion   Posted: Thu Jun 24, 2010 10:17 am   Subject: RS232 msg on powerup
Hello,

I have recently purchased a PIC18F67J10 dev kit, with CCS compiler (V4.109). I have been testing the serial channel (G1, G2).

In my application, I want to send out some text to hyperte ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group