Author |
Message |
Topic: MMCSD problem |
HaveAchat
Replies: 4
Views: 16270
|
Forum: General CCS C Discussion Posted: Mon Oct 25, 2021 11:51 pm Subject: MMCSD problem |
NO!!!!! don't tell me!!!!! its in my face!!!!!!
What can I say..... |
Topic: MMCSD problem |
HaveAchat
Replies: 4
Views: 16270
|
Forum: General CCS C Discussion Posted: Mon Oct 25, 2021 11:49 pm Subject: MMCSD problem |
Thank you Ttelmah,
I am embarrassed to ask but where is the "code library"?
I have the pullups but no Cap so I will add that over the next few days. |
Topic: MMCSD problem |
HaveAchat
Replies: 4
Views: 16270
|
Forum: General CCS C Discussion Posted: Sun Oct 24, 2021 4:25 pm Subject: MMCSD problem |
I am trying to implement an SD card and feel I am the only person in the world to fail this simple task!
I am using a CCS PIC18F67J60 demonstration PCB and a SanDisk 8GB SD card.
I am using standard ... |
Topic: #pin_select problem on PIC18F47J13 |
HaveAchat
Replies: 4
Views: 15861
|
Forum: General CCS C Discussion Posted: Sun Apr 26, 2020 4:05 am Subject: #pin_select problem on PIC18F47J13 |
Hmmmm that was easy!
In my defence I studied the device file and saw TX2 and RX2 and thought they were the USART designation....
I must of had a boys look and totally missed the U2TX and U2RX ... |
Topic: #pin_select problem on PIC18F47J13 |
HaveAchat
Replies: 4
Views: 15861
|
Forum: General CCS C Discussion Posted: Sun Apr 26, 2020 1:06 am Subject: #pin_select problem on PIC18F47J13 |
I am having problems getting the hardware USART working with #pin_select.
and yes I did read the sticky note but am still at a loss what my problem is.
Compiler 5.071
If I compile as listed I get ... |
Topic: rs232 on PIC12F1840 not working SOLVED |
HaveAchat
Replies: 24
Views: 43394
|
Forum: General CCS C Discussion Posted: Mon Feb 24, 2020 6:26 pm Subject: rs232 on PIC12F1840 not working SOLVED |
Joe,
I have dim memories of the Transmit Buffer Empty interrupt from long ago.
I thought it fired after the TX buffer had emptied.
It looks like your code is just waiting to run but I could be ... |
Topic: Problem getting built in RTC alarm to work on PIC18F47J13 |
HaveAchat
Replies: 3
Views: 10497
|
Forum: General CCS C Discussion Posted: Mon Feb 24, 2020 3:43 pm Subject: Problem getting built in RTC alarm to work on PIC18F47J13 |
I think you are confirming my read of the RTC operation.
It would have been nice to magically wake at the precise time, no such luck.
Yes I have a beacon ping to synchronise "time" acros ... |
Topic: rs232 on PIC12F1840 not working SOLVED |
HaveAchat
Replies: 24
Views: 43394
|
Forum: General CCS C Discussion Posted: Mon Feb 24, 2020 6:06 am Subject: rs232 on PIC12F1840 not working SOLVED |
I cant see where you get the data from the RS232 port
I would also recommend an echo to test the connection
#int_RDA
void RDA_isr(void)
{
char c = getc(port1);
putc ... |
Topic: Problem getting built in RTC alarm to work on PIC18F47J13 |
HaveAchat
Replies: 3
Views: 10497
|
Forum: General CCS C Discussion Posted: Mon Feb 24, 2020 4:08 am Subject: Problem getting built in RTC alarm to work on PIC18F47J13 |
I have a problem getting the on board RTC Alarm to operate in the manner I would like.
The project in essence is very simple. The devices are battery operated and are part of a network of over 100 d ... |
Topic: Timer1 external oscillator for RTC on PIC18F47j13 |
HaveAchat
Replies: 18
Views: 39761
|
Forum: General CCS C Discussion Posted: Thu Jan 30, 2020 4:11 pm Subject: Timer1 external oscillator for RTC on PIC18F47j13 |
Sorry for delay in getting back to you, been dragged out into the sunshine for a few days!
The datasheet PCM found is correct. I had thought I had ordered the 12.5pF device but it looks like I have t ... |
Topic: Timer1 external oscillator for RTC on PIC18F47j13 |
HaveAchat
Replies: 18
Views: 39761
|
Forum: General CCS C Discussion Posted: Sat Jan 25, 2020 6:22 am Subject: Timer1 external oscillator for RTC on PIC18F47j13 |
PCM, what a sterling effort. If you were around here I would come and pay homage.
I have my system working and here is a note to hopefully help the community.
A few stupid mistakes, one was not f ... |
Topic: Timer1 external oscillator for RTC on PIC18F47j13 |
HaveAchat
Replies: 18
Views: 39761
|
Forum: General CCS C Discussion Posted: Fri Jan 24, 2020 8:27 pm Subject: Timer1 external oscillator for RTC on PIC18F47j13 |
Jay,
Thanks for the reply.
I am using the ccs IDC so I can stay calm and relaxed with what I am doing.
I used to use MPLAB back in the days when assembler was the go but the Ccs C IDC has spoilt ... |
Topic: Timer1 external oscillator for RTC on PIC18F47j13 |
HaveAchat
Replies: 18
Views: 39761
|
Forum: General CCS C Discussion Posted: Fri Jan 24, 2020 4:58 pm Subject: Timer1 external oscillator for RTC on PIC18F47j13 |
A quick question for temtronic.
I am a bit handicapped here as I am really a hardware engineer who has slipped into the dark side of programming and really struggle sometimes with the simplest of t ... |
Topic: Timer1 external oscillator for RTC on PIC18F47j13 |
HaveAchat
Replies: 18
Views: 39761
|
Forum: General CCS C Discussion Posted: Fri Jan 24, 2020 4:46 pm Subject: Timer1 external oscillator for RTC on PIC18F47j13 |
Thanks for the support, I value your time and effort.
I tried the PUT fuse but was rejected by the compiler.
Compiler version 5.071
F series PIC
I designed and manufactured the PCB and yes ... |
Topic: Timer1 external oscillator for RTC on PIC18F47j13 |
HaveAchat
Replies: 18
Views: 39761
|
Forum: General CCS C Discussion Posted: Fri Jan 24, 2020 2:58 am Subject: Timer1 external oscillator for RTC on PIC18F47j13 |
Thanks for the speedy reply Ttelmah,
Yes I understand about the fuses but I forgot!
The original header had no fuses identified but the addition did not change my situation.
I decided to run the wi ... |
|