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 26 matches
CCS Forum Index
Author Message
  Topic: How do I change the value in "windows watches" MPL
sergioigel

Replies: 18
Views: 35965

PostForum: General CCS C Discussion   Posted: Sat May 11, 2019 4:26 am   Subject: How do I change the value in "windows watches" MPL
I don't think we can do anything more to help you.
I will continue tring to find this problem and post here when I find the solution.
How to make a read only or revert the access the value in watche ...
  Topic: How do I change the value in "windows watches" MPL
sergioigel

Replies: 18
Views: 35965

PostForum: General CCS C Discussion   Posted: Fri May 10, 2019 12:45 pm   Subject: How do I change the value in "windows watches" MPL
I don't think we can do anything more to help you.
OK, I trying and when find the problem, I put here
thanks everyone
  Topic: How do I change the value in "windows watches" MPL
sergioigel

Replies: 18
Views: 35965

PostForum: General CCS C Discussion   Posted: Fri May 10, 2019 11:17 am   Subject: How do I change the value in "windows watches" MPL
I tried all these alternatives and it did not work.
In the old MPLAB v8.92 it worked perfectly.
Even EEPROM values I could change,
but in MPLAB-X it does not change any value.
  Topic: How do I change the value in "windows watches" MPL
sergioigel

Replies: 18
Views: 35965

PostForum: General CCS C Discussion   Posted: Thu May 09, 2019 11:02 am   Subject: How do I change the value in "windows watches" MPL
OK. I just ran up MPLABX, and played with this.

What you do is there is a little grey square just right of the value.
Click this.
It's totally silly the value is sitting there and you would exp ...
  Topic: How do I change the value in "windows watches" MPL
sergioigel

Replies: 18
Views: 35965

PostForum: General CCS C Discussion   Posted: Thu May 09, 2019 11:01 am   Subject: How do I change the value in "windows watches" MPL
Here is his thread on the Microchip forum, so you can read more
information about his problem:
https://www.microchip.com/forums/m1096782.aspx

this is my thread, I started it there.
  Topic: How do I change the value in "windows watches" MPL
sergioigel

Replies: 18
Views: 35965

PostForum: General CCS C Discussion   Posted: Thu May 09, 2019 11:00 am   Subject: How do I change the value in "windows watches" MPL
If it's a optimization level that is causing your problem, then you can try this:

Project Properties -> CCS C Compiler -> Compiler Options

Then in the right side of the window, you should ...
  Topic: How do I change the value in "windows watches" MPL
sergioigel

Replies: 18
Views: 35965

PostForum: General CCS C Discussion   Posted: Wed May 08, 2019 11:32 am   Subject: How do I change the value in "windows watches" MPL
Ask on the MPLAB forum.

MPLAB is nothing to do with CCS, so you need to ask on the forum
for questions about this, not here.

hi,
microchip response:
"Sometimes compilers optimize variab ...
  Topic: How do I change the value in "windows watches" MPL
sergioigel

Replies: 18
Views: 35965

PostForum: General CCS C Discussion   Posted: Fri May 03, 2019 11:42 am   Subject: How do I change the value in "windows watches" MPL
Ask on the MPLAB forum.

MPLAB is nothing to do with CCS, so you need to ask on the forum
for questions about this, not here.

ok....sorry
  Topic: How do I change the value in "windows watches" MPL
sergioigel

Replies: 18
Views: 35965

PostForum: General CCS C Discussion   Posted: Fri May 03, 2019 9:53 am   Subject: How do I change the value in "windows watches" MPL
Hi,
How do I change the value in "windows watches" MPLABX ?
using simulator...
thanks,
  Topic: help about PIC16F18877
sergioigel

Replies: 12
Views: 34327

PostForum: General CCS C Discussion   Posted: Sat Mar 03, 2018 11:25 am   Subject: Re: help about PIC16F18877
Excuse me, I forgot to give a return...
I had to update the compiler for this PIC twice.
CCS gave me support and identified bugs.
After some successful hits and codes, everything worked.
Thank you ...
  Topic: String too long
sergioigel

Replies: 5
Views: 13347

PostForum: General CCS C Discussion   Posted: Fri Aug 25, 2017 12:57 pm   Subject: String too long
That chip has maximum ram banks of just 80 bytes each. It'll only complain when you actually start to use the RAM.....

Don't try to copy the string to RAM. Use it from ROM.

Declare the string yo ...
  Topic: String too long
sergioigel

Replies: 5
Views: 13347

PostForum: General CCS C Discussion   Posted: Fri Aug 25, 2017 9:09 am   Subject: String too long
What processor?.

PIC16F18877
CCS PCM Compiler v5.074
  Topic: String too long
sergioigel

Replies: 5
Views: 13347

PostForum: General CCS C Discussion   Posted: Fri Aug 25, 2017 8:25 am   Subject: String too long
Hi,
When I try to compile this code, it works:
char frame[90];
strcpy(frame,"123456789_123456789_123456789_123456789_123456789_123456789_123456789_123");
and if I use thi ...
  Topic: puts printf rs232 with PICF16F917
sergioigel

Replies: 2
Views: 7726

PostForum: General CCS C Discussion   Posted: Mon Apr 10, 2017 9:50 am   Subject: puts printf rs232 with PICF16F917
I use multiple files to divide the source. When i put the files together to post here, i try to compile and then it works now. I will see what is the problem in other locations in my project.
  Topic: puts printf rs232 with PICF16F917
sergioigel

Replies: 2
Views: 7726

PostForum: General CCS C Discussion   Posted: Mon Apr 10, 2017 7:28 am   Subject: puts printf rs232 with PICF16F917
hi,
I try to use rs232 with the PIC16F917 but the program freezes when i use the routine PUTS or PRINTF.
Somebody help me ?
I try variations but nothing works.

#use delay(clock=20000000) ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group