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 18 matches
CCS Forum Index
Author Message
  Topic: Problem with MCLR pin on PIC16F690
RamShop55

Replies: 17
Views: 33584

PostForum: General CCS C Discussion   Posted: Wed Feb 19, 2020 12:22 pm   Subject: Problem with MCLR pin on PIC16F690
I was thinking of passing on PIC16F785 which is updated to PIC16F1709. PIC16F1508 is also something that looks possible. Unfortunately the price is a problem for me. The PicKit3 is not available anymo ...
  Topic: AT commands reference guide
RamShop55

Replies: 13
Views: 24577

PostForum: General CCS C Discussion   Posted: Sun Feb 16, 2020 10:55 am   Subject: AT commands reference guide
Thanks to everyone for the replies, It will take me some time to go through this, also I have to work.

My purpose is to build a first stage SIM MCU system which only sends SMSs and then to upgrade ...
  Topic: Problem with MCLR pin on PIC16F690
RamShop55

Replies: 17
Views: 33584

PostForum: General CCS C Discussion   Posted: Sun Feb 16, 2020 10:46 am   Subject: Problem with MCLR pin on PIC16F690
Sorry for the double post. I tried, but it did not work for me. Its strange, because on a hand soldered universal PCB the MCU works correctly, and the ICSPDAT and ICSPCLK pins are not connected to any ...
  Topic: Problem with MCLR pin on PIC16F690
RamShop55

Replies: 17
Views: 33584

PostForum: General CCS C Discussion   Posted: Fri Feb 14, 2020 2:47 am   Subject: Problem with MCLR pin on PIC16F690
Currently I have pullup resistors on ICSPCLK and ICSPDAT which I need for the keypad to work. I will try adding a pulldown resistor and see what will happen. The whole prototype will have to be rework ...
  Topic: Problem with MCLR pin on PIC16F690
RamShop55

Replies: 17
Views: 33584

PostForum: General CCS C Discussion   Posted: Thu Feb 13, 2020 2:17 pm   Subject: Problem with MCLR pin on PIC16F690
I use PicKit2 v2.61 to upload the hex file. It has an option to start the MCLR and VDD pins.

Compiler CCS PIC C v5.82.

#fuses NOMCLR, NOWDT, NOPROTECT, INTRC_IO

EDIT:
  Topic: Problem with MCLR pin on PIC16F690
RamShop55

Replies: 17
Views: 33584

PostForum: General CCS C Discussion   Posted: Thu Feb 13, 2020 6:05 am   Subject: Problem with MCLR pin on PIC16F690
It works when I use the programmer PicKit. How does the programmer pull the MCLR pin high? What is the difference between the programmer and a pull-up resistor?
  Topic: AT commands reference guide
RamShop55

Replies: 13
Views: 24577

PostForum: General CCS C Discussion   Posted: Thu Feb 13, 2020 5:37 am   Subject: AT commands reference guide
@temtronic
I did not know that the clock frequency changes with the voltage, I am using 4MHz, I hope the lower voltage has no impact on this.

@Ttelmah
About command mode, to summarize:

1. Wake ...
  Topic: Problem with MCLR pin on PIC16F690
RamShop55

Replies: 17
Views: 33584

PostForum: General CCS C Discussion   Posted: Thu Feb 13, 2020 5:18 am   Subject: Problem with MCLR pin on PIC16F690
I will describe the steps below:

1. Create and compile the code with the CCS PIC C compiler.
2. Use PicKit2 or PicKit3 programmer to upload the hex file to the chip.
3. The pull-up resistor is 2k ...
  Topic: Problem with MCLR pin on PIC16F690
RamShop55

Replies: 17
Views: 33584

PostForum: General CCS C Discussion   Posted: Wed Feb 12, 2020 7:15 pm   Subject: Problem with MCLR pin on PIC16F690
Hi,

To everyone who helped me so far, thank you very much!

I created a prototype, it includes an LCD, PIC16F690 and a keypad. I am unable to disable the MCLR pin through software, but when I tur ...
  Topic: AT commands reference guide
RamShop55

Replies: 13
Views: 24577

PostForum: General CCS C Discussion   Posted: Wed Feb 12, 2020 7:08 pm   Subject: AT commands reference guide
Thank you very much for this detailed example, its very rare to see such a good answer. You should be a professor in the University, this is exactly the kind of explanations that I am looking for.

...
  Topic: AT commands reference guide
RamShop55

Replies: 13
Views: 24577

PostForum: General CCS C Discussion   Posted: Mon Feb 10, 2020 4:29 pm   Subject: AT commands reference guide
Thanks,

I already know how to use fprintf ().


Example:
#USE RS232(UART1,ERRORS,BAUD=9600,STREAM=COM_A)
fprintf(COM_A,"Online\n\r");
  Topic: AT commands reference guide
RamShop55

Replies: 13
Views: 24577

PostForum: General CCS C Discussion   Posted: Mon Feb 10, 2020 1:33 pm   Subject: AT commands reference guide
Hi again,

thank you very much for the help on the previous topic, now I have maybe another stupid question. I am trying to use the SIM900 GSM module with a PIC16F690. I see that normally various AT ...
  Topic: Explanations about bluetooth modules
RamShop55

Replies: 7
Views: 17156

PostForum: General CCS C Discussion   Posted: Fri Feb 07, 2020 4:08 pm   Subject: Explanations about bluetooth modules
The paired device appears as a logical 'serial port' device on the
phone. Data srriving on this goes into a software buffer, and if nothing
reads this it eventually will be lost.
A suitable app 'o ...
  Topic: Explanations about bluetooth modules
RamShop55

Replies: 7
Views: 17156

PostForum: General CCS C Discussion   Posted: Fri Feb 07, 2020 11:27 am   Subject: Explanations about bluetooth modules
Thank you very much for the explanation. I don't mean to offend you, but I prefer technical explanations with general terms, the dance party is a complete blank for me.
I know what pairing does, I ne ...
  Topic: Explanations about bluetooth modules
RamShop55

Replies: 7
Views: 17156

PostForum: General CCS C Discussion   Posted: Thu Feb 06, 2020 2:52 pm   Subject: Explanations about bluetooth modules
So I have to know what the app uses or if I am using 2 modules to define this by myself.

And how does the pairing part work?
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group