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: PIC16F18326 internal OSC
aldina

Replies: 1
Views: 7154

PostForum: General CCS C Discussion   Posted: Wed May 03, 2023 10:19 am   Subject: PIC16F18326 internal OSC
Hello,

I'm using PIC16F18326.
I need to read some ADC (AN0) inputs and according to the input value I have a green (PIN_A1) or red (PIN_A5) signal output.
I think I have some problem with Osc or ...
  Topic: Problem with dimming output
aldina

Replies: 2
Views: 12024

PostForum: General CCS C Discussion   Posted: Wed Mar 02, 2022 12:26 pm   Subject: Problem with dimming output
Hi,

Can you help me with a basic output question:

I'm trying to dimming a LED on C1 output pin when C4 input is HIGH and C0 is LOW. When C0 is HIGH and (C4 is HIGH or LOW), LED is ON without dim ...
  Topic: PIC16f526 PIN C5 output
aldina

Replies: 1
Views: 10377

PostForum: General CCS C Discussion   Posted: Wed Sep 15, 2021 2:12 am   Subject: PIC16f526 PIN C5 output
Hello all,

I can't use PIN C5 of PIC16f526 as output. I've fixed this pin as output port but when I use OUTPUT_HIGH(PIN_C5) nothing happen.

##include <16F526.h>
#device ADC=8
#fuses INTR ...
  Topic: NMEA GPS messages
aldina

Replies: 28
Views: 58077

PostForum: General CCS C Discussion   Posted: Thu Nov 19, 2020 3:28 am   Subject: NMEA GPS messages
Hi PrinceNai,

I follow your recommends, I use: output_toggle(PIN_C1); to see if I'm receiving the correct data, so I can see I have $, than try the same after receive 'G' in case 11 and nothing, LE ...
  Topic: NMEA GPS messages
aldina

Replies: 28
Views: 58077

PostForum: General CCS C Discussion   Posted: Wed Nov 18, 2020 11:46 am   Subject: NMEA GPS messages
This drive me crazy....

#include <16F18323.h>
#FUSES NOLVP
#FUSES NOWDT
#FUSES RSTOSC_HFINTRC
#FUSES NOCLKOUT
#FUSES BROWNOUT, LPBOR, PUT, BORV27
#FUSES N ...
  Topic: NMEA GPS messages
aldina

Replies: 28
Views: 58077

PostForum: General CCS C Discussion   Posted: Tue Nov 17, 2020 10:43 am   Subject: NMEA GPS messages
Hi PrinceNai,

Thank you so much for your reply and help.
I'm trying to implement your RDA_ISR() code. I understand the essence of your proposed code but I want to ask you the following:

I'm rec ...
  Topic: NMEA GPS messages
aldina

Replies: 28
Views: 58077

PostForum: General CCS C Discussion   Posted: Mon Nov 16, 2020 11:44 am   Subject: NMEA GPS messages
Hello everybody,


I continue trying to discover the solution to my problem.
This is my recent code:

#include <16F18323.h>
#FUSES NOLVP
#FUSES WDT
#FUSES RS ...
  Topic: NMEA GPS messages
aldina

Replies: 28
Views: 58077

PostForum: General CCS C Discussion   Posted: Thu Nov 05, 2020 12:03 pm   Subject: NMEA GPS messages
Hi Ttelmah,

Thank you very much for your answer and help.

First thing is done and works. Second thing, I'm choose using ERRORS in #USE RS232 statement. This is my new code:

#include <16F1 ...
  Topic: NMEA GPS messages
aldina

Replies: 28
Views: 58077

PostForum: General CCS C Discussion   Posted: Wed Nov 04, 2020 3:10 am   Subject: NMEA GPS messages
Hello,

I'm using a GPS module (Quectel L86) to read information from NMEA messages ($GPVTG....)

My Code:

#include <16F18323.h>
#FUSES NOLVP
#FUSES NOWDT ...
  Topic: Problem with RA5 on PIC16F18323
aldina

Replies: 13
Views: 38517

PostForum: General CCS C Discussion   Posted: Fri Oct 30, 2020 9:37 am   Subject: Problem with RA5 on PIC16F18323
Hello all,

I think I have the same problem with PIC16F18323.
I can not make flash continuously a LED conected on Pin RA5.

#include <16F18323.h>
#use delay(internal=1000000)
#FU ...
  Topic: CAN BUS beginning
aldina

Replies: 2
Views: 9233

PostForum: General CCS C Discussion   Posted: Thu Jul 25, 2019 11:04 am   Subject: CAN BUS beginning
Hello everyone,

I'm a beginner with CAN BUS communication. I'm using a PIC18F2480 and MCP2551 to know the tachograph vehicle speed.
By default the speed switch receives message TC01 which contains ...
  Topic: CAN BUS speed read
aldina

Replies: 1
Views: 8113

PostForum: General CCS C Discussion   Posted: Mon Sep 03, 2018 9:19 am   Subject: CAN BUS speed read
I'm using PIC18F2480 and MCP2551 to implement an application that detect speed trucks and select an output according speed. So I need to read speed (km/h) using CAN BUS and then if speed is up to 30 k ...
  Topic: Saving and Recovering data from flash
aldina

Replies: 2
Views: 42305

PostForum: Code Library   Posted: Fri Mar 04, 2016 11:57 am   Subject: Saving and Recovering data from flash
Hi BotBill,

Maybe you can give me your opinion. I'm trying to read and write in flash memory but I can not.
So, I have a int8 var that change the value in diferent functions. In main program I cal ...
  Topic: Flash write and read functions - 16F526
aldina

Replies: 11
Views: 23905

PostForum: General CCS C Discussion   Posted: Wed Jan 13, 2016 9:07 am   Subject: Flash write and read functions - 16F526
Hi Ttelmah,

Thank you for you help.

I've tried but now I'm compiling and I have the following error: Invalid ORG range
My code now is:

#include <16f526.h>
#device ADC=8
#fuses INTRC, ...
  Topic: Flash write and read functions - 16F526
aldina

Replies: 11
Views: 23905

PostForum: General CCS C Discussion   Posted: Wed Jan 06, 2016 5:21 am   Subject: Flash write and read functions - 16F526
Hi,

I'm looking for help about flash memory write and read functions. I'm trying to implement a kind of LED flash light with 4 diferent frequencies. I choose the frequency with input B2 port and i ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group