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 14 matches
CCS Forum Index
Author Message
  Topic: ILI9486 480x320 pixel display library
sema_tufan

Replies: 6
Views: 24132

PostForum: General CCS C Discussion   Posted: Mon Jun 28, 2021 3:08 am   Subject: ILI9486 480x320 pixel display library
hello,
I searched the ILI9486 library for CCS C on the internet, but I couldn't find it.

https://www.hepsiburada.com/tft-lcd-shield-3-5-480x320-8bit-ili9486-touch-kalem-hediyeli-pm-HB00000M4Z59
...
  Topic: I couldn't get the E3 pin to work in PIC18f45k40
sema_tufan

Replies: 1
Views: 11355

PostForum: General CCS C Discussion   Posted: Tue May 25, 2021 7:54 am   Subject: I couldn't get the E3 pin to work in PIC18f45k40
Hello,
A few pins of LEDs were connected in my circuit board. Although I just set the E3 pin as output, I could not see the voltage.
Other leds work, only E3 pin does not work.
My code is as follo ...
  Topic: There is no PIC16f15223 model in the Device list.
sema_tufan

Replies: 2
Views: 11325

PostForum: General CCS C Discussion   Posted: Mon Apr 19, 2021 7:00 am   Subject: There is no PIC16f15223 model in the Device list.
I assume it's a very new PIC. Heck DIGIKEY have ZERO in stock....
You can ask CCS when they can ad to the list or choose a similar 'old' PIC that has features/peripherals that you need.
Be aware tha ...
  Topic: There is no PIC16f15223 model in the Device list.
sema_tufan

Replies: 2
Views: 11325

PostForum: General CCS C Discussion   Posted: Mon Apr 19, 2021 6:25 am   Subject: There is no PIC16f15223 model in the Device list.
In CCS C IDE version 5.101 There is no PIC16f15223 model in the Device list.
How can I use PIC16f15223 processor in CCS C IDE.
  Topic: Voltage Information with FVR in PIC18F46K40
sema_tufan

Replies: 5
Views: 17392

PostForum: General CCS C Discussion   Posted: Tue Dec 22, 2020 1:21 pm   Subject: Voltage Information with FVR in PIC18F46K40
Thank you for your answers. I solved the problem with this code on PIC18f46k40 processor.

FVREN=TRUE; //enable the FVR
setup_adc(ADC_CLOCK_DIV_16|VSS_VDD);
setup_vref(VREF_ON|VR ...
  Topic: Voltage Information with FVR in PIC18F46K40
sema_tufan

Replies: 5
Views: 17392

PostForum: General CCS C Discussion   Posted: Tue Dec 22, 2020 6:04 am   Subject: Voltage Information with FVR in PIC18F46K40
setup_adc_ports (NO_ANALOGS); I copied this line extra. I did not add such a line of code in the project, but I always get 0 data.


Quick comment..
I don't use that PIC, never used FVR either but ...
  Topic: Voltage Information with FVR in PIC18F46K40
sema_tufan

Replies: 5
Views: 17392

PostForum: General CCS C Discussion   Posted: Tue Dec 22, 2020 5:34 am   Subject: Voltage Information with FVR in PIC18F46K40
How can I learn the voltage information from the instant battery with the FVR using the PIC18F46K40 processor?
I've done it before in PIC18f25k20. I pasted the codes I used into my PIC18f46k40 proces ...
  Topic: instant voltage information with HLVD
sema_tufan

Replies: 15
Views: 32079

PostForum: General CCS C Discussion   Posted: Sat Mar 07, 2020 1:35 am   Subject: instant voltage information with HLVD
Yes, you are right. I didn't need to open an analog port. I closed that line. Buttons worked.
  Topic: instant voltage information with HLVD
sema_tufan

Replies: 15
Views: 32079

PostForum: General CCS C Discussion   Posted: Fri Mar 06, 2020 6:50 am   Subject: instant voltage information with HLVD
Only 1 problem occurred after this code. I couldn't read the value when I pressed the button. Since the buttons are connected to analog pins. I do the analog reading only where I need it, and then tur ...
  Topic: instant voltage information with HLVD
sema_tufan

Replies: 15
Views: 32079

PostForum: General CCS C Discussion   Posted: Wed Mar 04, 2020 5:06 am   Subject: instant voltage information with HLVD
Dear Ttelmah thank you very much for your answer.
Thank you too for your temtronic answer.

#BIT FVREN=getenv("BIT:FVREN")
float supply=0.0;
unsigned int16 value;
void mai ...
  Topic: instant voltage information with HLVD
sema_tufan

Replies: 15
Views: 32079

PostForum: General CCS C Discussion   Posted: Tue Mar 03, 2020 9:37 am   Subject: instant voltage information with HLVD
I read from adc. unfortunately I always saw the value of 1023. I searched fvr for this. but I couldn't use fvr on this processor.
  Topic: instant voltage information with HLVD
sema_tufan

Replies: 15
Views: 32079

PostForum: General CCS C Discussion   Posted: Tue Mar 03, 2020 8:10 am   Subject: instant voltage information with HLVD
I already researched fvr. According to my reading in the datasheet of the pic18f25k20 processor, it only allowed FVR in the comparison process. So I couldn't find how to code for this processor with f ...
  Topic: instant voltage information with HLVD
sema_tufan

Replies: 15
Views: 32079

PostForum: General CCS C Discussion   Posted: Tue Mar 03, 2020 6:35 am   Subject: instant voltage information with HLVD
I'm using the pic18f25k20 processor. For example, I gave LVD_18 this value.


setup_low_volt_detect( LVD_TRIGGER_BELOW | LVD_18 );
enable_interrupts(INT_LOWVOLT);


#INT_LOWVOL ...
  Topic: instant voltage information with HLVD
sema_tufan

Replies: 15
Views: 32079

PostForum: General CCS C Discussion   Posted: Tue Mar 03, 2020 6:07 am   Subject: instant voltage information with HLVD
How can I learning of instant voltage information with HLVD.
for example: setup_low_volt_detect (LVD_TRIGGER_BELOW | LVD_18);
This code compares the current voltage to 1.8V and reaches ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group