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 8 matches
CCS Forum Index
Author Message
  Topic: Warning message for DEBUG mode
testman

Replies: 1
Views: 9845

PostForum: General CCS C Discussion   Posted: Mon Apr 22, 2019 3:08 am   Subject: Warning message for DEBUG mode
Hello !
I have strange problem with DEBUG mode> Compiler says:

Warning: The hex file has the debug bit set. The debug bit has been cleared during load to memory. The original hex file has not ...
  Topic: PIC16F18856 internal oscillator doesn't start at 32MHZ
testman

Replies: 15
Views: 34982

PostForum: General CCS C Discussion   Posted: Thu Mar 28, 2019 4:29 am   Subject: PIC16F18856 internal oscillator doesn't start at 32MHZ
Hi Ttelmah.
Thanks spending your time with this problem.

I know very well that 1 instructions need 4 clocks ( this design of the Microchip is maybe since 20-25 years ).

I see 13uS because I h ...
  Topic: PIC16F18856 internal oscillator doesn't start at 32MHZ
testman

Replies: 15
Views: 34982

PostForum: General CCS C Discussion   Posted: Thu Mar 28, 2019 2:35 am   Subject: PIC16F18856 internal oscillator doesn't start at 32MHZ
Thanks again. In fact I have never tested only with one line (#use delay(internal=32M) ), because I need to setup all registers for this microcontroller.

It is working project that I just need to ...
  Topic: PIC16F18856 internal oscillator doesn't start at 32MHZ
testman

Replies: 15
Views: 34982

PostForum: General CCS C Discussion   Posted: Thu Mar 28, 2019 1:19 am   Subject: PIC16F18856 internal oscillator doesn't start at 32MHZ
Hello !
Thanks for support. You are put manual value for CONFIG1. Is there any problem with CCS tools for setup hardware.
After a lot of reading posts and combination this setup configuration looks ...
  Topic: PIC16F18856 internal oscillator doesn't start at 32MHZ
testman

Replies: 15
Views: 34982

PostForum: General CCS C Discussion   Posted: Wed Mar 27, 2019 9:42 am   Subject: PIC16F18856 internal oscillator doesn't start at 32MHZ
Unfortunately it is not work.
Compiler version is 5.081 and I have updated it to 5.083.
I am agree with you about protect bit but this is working project just want to change the microcontroler :-(
...
  Topic: PIC16F18856 internal oscillator doesn't start at 32MHZ
testman

Replies: 15
Views: 34982

PostForum: General CCS C Discussion   Posted: Wed Mar 27, 2019 9:00 am   Subject: PIC16F18856 internal oscillator doesn't start at 32MHZ
OK.. This is simple example. But I realy can not realise where is the real problem :-(


#include <16F18856.h>
#device ADC=10

#FUSES NOWDT
#FUSES NOEXTOSC
...
  Topic: PIC16F18856 internal oscillator doesn't start at 32MHZ
testman

Replies: 15
Views: 34982

PostForum: General CCS C Discussion   Posted: Wed Mar 27, 2019 5:20 am   Subject: PIC16F18856 internal oscillator doesn't start at 32MHZ
It should to be natural to setup the oscillator :-(

in my header file

#FUSES NOWDT
#FUSES NOEXTOSC
#FUSES RSTOSC_HFINTRC_32MHZ
#FUSES NOCLKOUT
#FU ...
  Topic: PIC16F18856 internal oscillator doesn't start at 32MHZ
testman

Replies: 15
Views: 34982

PostForum: General CCS C Discussion   Posted: Wed Mar 27, 2019 4:59 am   Subject: PIC16F18856 internal oscillator doesn't start at 32MHZ
Hello !
I have a problem.
I can not config the PIC16F18856 with internal osc. to run at 32Mhz.
I am using v5.083.

Is there anyone can help me ?

Thanks in advance!
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group