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 195 matches
CCS Forum Index
Author Message
  Topic: Is anybody using a 480x320 TFT with a PIC?
starfire151

Replies: 12
Views: 15375

PostForum: General CCS C Discussion   Posted: Sun Oct 15, 2023 6:12 am   Subject: Is anybody using a 480x320 TFT with a PIC?
Do you have some model numbers of some smart displays you've used or you know there's libraries for?
I've used the Nextion NX4832T035 before with an Arduino project. I was thinking of trying to use ...
  Topic: Is anybody using a 480x320 TFT with a PIC?
starfire151

Replies: 12
Views: 15375

PostForum: General CCS C Discussion   Posted: Fri Oct 13, 2023 8:30 am   Subject: Is anybody using a 480x320 TFT with a PIC?
Thanks to all who responded! Great info!

Yeah, I kinda figured RAM would be the major stumbling block. I was thinking of using an external FRAM (like the FM25V10, 128K x 8) but I think the interf ...
  Topic: Is anybody using a 480x320 TFT with a PIC?
starfire151

Replies: 12
Views: 15375

PostForum: General CCS C Discussion   Posted: Thu Oct 12, 2023 4:32 pm   Subject: Is anybody using a 480x320 TFT with a PIC?
Is there anyone using a graphics display (i.e. 480x320 TFT, like HX8357) with a PIC microcontroller?

If so, is there a library posted?

Thanks.
  Topic: problem with WDT in 16LF1825
starfire151

Replies: 16
Views: 44734

PostForum: General CCS C Discussion   Posted: Wed May 12, 2021 8:32 am   Subject: problem with WDT in 16LF1825
Hi Ttelmah, newguy, and PCM programmer -

GREAT HELP EVERYBODY! I changed the #FUSES NOWDT line to #FUSES WDT_SW, recompiled, and loaded it. It worked right off the bat completely correctly!

I' ...
  Topic: problem with WDT in 16LF1825
starfire151

Replies: 16
Views: 44734

PostForum: General CCS C Discussion   Posted: Tue May 11, 2021 5:20 pm   Subject: problem with WDT in 16LF1825
Hi PCM programmer and temtronic

I checked the bottom of the .lst file and get this:

Configuration Fuses:
Word 1: 39C4 INTRC_IO NOWDT PUT MCLR NOPROTECT NOCPD NOBROWNOUT NOCLKOUT IESO FCME ...
  Topic: problem with WDT in 16LF1825
starfire151

Replies: 16
Views: 44734

PostForum: General CCS C Discussion   Posted: Tue May 11, 2021 8:33 am   Subject: problem with WDT in 16LF1825
Hi PCM programmer -

I included the #FUSES NODEBUG so I think the WDT should be enabled?

Hi Ttelmah -

I included the delay_cycles(1); after the sleep() command. This didn't appear to make any ...
  Topic: problem with WDT in 16LF1825
starfire151

Replies: 16
Views: 44734

PostForum: General CCS C Discussion   Posted: Mon May 10, 2021 2:44 pm   Subject: problem with WDT in 16LF1825
Hi PCM programmer. Thanks for responding so quickly.

I changed the #FUSES WDT to #FUSES NOWDT and tried it again. I don't even see the loops counting now on the PIN_A5 output.

When I activate ...
  Topic: problem with WDT in 16LF1825
starfire151

Replies: 16
Views: 44734

PostForum: General CCS C Discussion   Posted: Mon May 10, 2021 10:47 am   Subject: problem with WDT in 16LF1825
First, the basics:
Windows 10 x64
PCWHD 5.071

I'm trying to get a PIC16LF1825 to run in a low power mode by using the WDT and an external interrupt. As a test case, I have the WDT set for 2 seco ...
  Topic: serial interrupt on PIC16F1574 not working
starfire151

Replies: 3
Views: 12669

PostForum: General CCS C Discussion   Posted: Thu Feb 25, 2021 2:27 pm   Subject: serial interrupt on PIC16F1574 not working
Thanks very much!

My oversight... Embarassed Works like a charm!
  Topic: serial interrupt on PIC16F1574 not working
starfire151

Replies: 3
Views: 12669

PostForum: General CCS C Discussion   Posted: Thu Feb 25, 2021 11:43 am   Subject: serial interrupt on PIC16F1574 not working
Windows 10
PCWHD V5.071

I'm trying to get the serial interrupt service routine to work on a PIC16F1574 but there's not response. I use this same method with the PIC12LF1572 and it works fine. I' ...
  Topic: Store / recall some runtime values in 16F1574?
starfire151

Replies: 10
Views: 22757

PostForum: General CCS C Discussion   Posted: Sun Feb 21, 2021 11:32 am   Subject: Store / recall some runtime values in 16F1574?
Your point is well taken but isn't it also important to know how to work with the available features (as odd as they sometime are).

I'm not putting this project together to make thousands of end de ...
  Topic: Store / recall some runtime values in 16F1574?
starfire151

Replies: 10
Views: 22757

PostForum: General CCS C Discussion   Posted: Sun Feb 21, 2021 9:59 am   Subject: Store / recall some runtime values in 16F1574?
Thanks, very much, for the replies.

I did some more digging and found an app note written by Microchip on how to access the High-Endurance Flash (AN1673, "Using the PIC16F1XXX High-Endurance F ...
  Topic: Store / recall some runtime values in 16F1574?
starfire151

Replies: 10
Views: 22757

PostForum: General CCS C Discussion   Posted: Sat Feb 20, 2021 3:14 pm   Subject: Store / recall some runtime values in 16F1574?
Is there a way to store a few bytes of runtime values in the PIC16(L)F1574 chip and restore them on the next power-up?

In looking at the datasheet for the 16F1574, it says it has "128 bytes if ...
  Topic: PWM control of RGB LEDs with PIC16F1574
starfire151

Replies: 15
Views: 41301

PostForum: General CCS C Discussion   Posted: Tue Feb 16, 2021 2:07 pm   Subject: PWM control of RGB LEDs with PIC16F1574
Excellent! Works like a charm!

I guess I was confused by the Table 1 entries implying the PWM1 and PWM2 functions could be reassigned to the alternate pins. I had the com port assigned to the A0 ...
  Topic: PWM control of RGB LEDs with PIC16F1574
starfire151

Replies: 15
Views: 41301

PostForum: General CCS C Discussion   Posted: Mon Feb 15, 2021 1:41 pm   Subject: PWM control of RGB LEDs with PIC16F1574
Great! I got it to compile correctly using the PIC16F1574.

Why doesn't this work with the PIC12LF1572, though? Isn't it just the little brother to the 1574... It's supposed to have 3 PWMs in it. ...
 
Page 1 of 13 Goto page 1, 2, 3 ... 11, 12, 13  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group