Author |
Message |
Topic: 16LF18426 - OSC_HFINTRC_4MHZ makes the PIC run at 8MHz |
Synthex
Replies: 2
Views: 11611
|
Forum: General CCS C Discussion Posted: Tue Oct 15, 2019 8:54 am Subject: 16LF18426 - OSC_HFINTRC_4MHZ makes the PIC run at 8MHz |
Yes, I informed the CCS Support.
Ok, for the #use delay() statement, but I use this function to make a delay in low power consumption.
// Delay in Low power
setup_oscillator( OSC_HFINTRC_1M ... |
Topic: 16LF18426 - OSC_HFINTRC_4MHZ makes the PIC run at 8MHz |
Synthex
Replies: 2
Views: 11611
|
Forum: General CCS C Discussion Posted: Mon Oct 14, 2019 11:54 am Subject: 16LF18426 - OSC_HFINTRC_4MHZ makes the PIC run at 8MHz |
With the instruction :
setup_oscillator( OSC_HFINTRC_4MHZ );
The PIC runs at 8MHz
In 16LF18426.h :
#define OSC_HFINTRC_1MHZ 0x00000060
#define OSC_HFINTRC_2MHZ 0x000 ... |
Topic: 16LF18426 - ADC² module: Problem of PIC current consumption |
Synthex
Replies: 4
Views: 15126
|
Forum: General CCS C Discussion Posted: Sat Oct 12, 2019 1:27 pm Subject: 16LF18426 - ADC² module: Problem of PIC current consumption |
Yes, it works perfectly now.
I will report this bug to CCS support.
Thank you for your reactivity
and your commitment during all these years ! |
Topic: 16LF18426 - ADC² module: Problem of PIC current consumption |
Synthex
Replies: 4
Views: 15126
|
Forum: General CCS C Discussion Posted: Sat Oct 12, 2019 4:28 am Subject: 16LF18426 - ADC² module: Problem of PIC current consumption |
It seems to me that it is not possible to shut down the ADC² module.
Is there a bug?
#include <16LF18426.h>
#device ADC=12
#FUSES NOCLKOUT
#FUSES NODEBUG
#FUSES NOEXTOSC
#FUSES N ... |
Topic: Working driver for Sed1520 |
Synthex
Replies: 3
Views: 7987
|
Forum: General CCS C Discussion Posted: Wed Oct 07, 2009 2:36 am Subject: 122x32 (SED1520 or NJU6450A) GLCD Driver |
Hello,
Could anyone share a working driver for 122x32 SED1520 or NJU6450A GLCD ?
Thanks a lot ! |
|