Author |
Message |
Topic: Garbage serial characters |
maxrate
Replies: 10
Views: 6256
|
Forum: General CCS C Discussion Posted: Wed Jun 12, 2024 11:23 am Subject: Garbage serial characters |
Thanks all for the tips. Excellent! |
Topic: Garbage serial characters |
maxrate
Replies: 10
Views: 6256
|
Forum: General CCS C Discussion Posted: Wed Jun 12, 2024 5:58 am Subject: Garbage serial characters |
Hi there Ttelmah and Temtronic
Egg on my face! I was convinced I was using the hardware UARTS. I certainly checked out the datasheet before hand - I've seem to have made two errors: Got my " ... |
Topic: Garbage serial characters |
maxrate
Replies: 10
Views: 6256
|
Forum: General CCS C Discussion Posted: Tue Jun 11, 2024 4:58 pm Subject: Garbage serial characters |
Neglected to mention, when I rid the code of all the interrupts/etc, things run well. What I'm specifically puzzled about is why only PORT2 giving the trouble and not PORT1... |
Topic: Garbage serial characters |
maxrate
Replies: 10
Views: 6256
|
Forum: General CCS C Discussion Posted: Tue Jun 11, 2024 4:55 pm Subject: Garbage serial characters |
Hello - I know garbage characters have been addressed in the past. Perhaps I'm not having much success with searching today.
I have a small red dev board (ebay/Aliexpress) PIC-DIP40. Has 5 button ... |
Topic: Example 2432.c question |
maxrate
Replies: 4
Views: 6594
|
Forum: General CCS C Discussion Posted: Sun Oct 22, 2023 5:43 pm Subject: Example 2432.c question |
Thank you Ttelmah and Jerson, I believe this to be crystal clear now. I didn't consider using this macro/function on an int8, as it is designed to retrieve the more significant portion of the int16 a ... |
Topic: Example 2432.c question |
maxrate
Replies: 4
Views: 6594
|
Forum: General CCS C Discussion Posted: Thu Oct 19, 2023 5:10 am Subject: Example 2432.c question |
Jerson, this helps a lot, thank you. I do have a question... is the 'x' type defined by (* or (int8 *) portion of the snippet? |
Topic: Example 2432.c question |
maxrate
Replies: 4
Views: 6594
|
Forum: General CCS C Discussion Posted: Wed Oct 18, 2023 8:25 am Subject: Example 2432.c question |
Hello all, I'm having some trouble wrapping my head around a code snippet from the 2432.c driver. I'd really like to understand this opposed to just merrily using the driver without a clue.
#defin ... |
Topic: Embedded Serial Busses dev kit DS1305 |
maxrate
Replies: 6
Views: 14302
|
Forum: General CCS C Discussion Posted: Tue May 28, 2019 9:50 am Subject: Embedded Serial Busses dev kit DS1305 |
On to the next problem! Many thanks! |
Topic: Embedded Serial Busses dev kit DS1305 |
maxrate
Replies: 6
Views: 14302
|
Forum: General CCS C Discussion Posted: Tue May 28, 2019 6:32 am Subject: Embedded Serial Busses dev kit DS1305 |
Good morning fellas,
That was the problem. I was reading only the time. I suppose the date was being printed on the serial port because the variables were set by the clock set up questions when t ... |
Topic: Embedded Serial Busses dev kit DS1305 |
maxrate
Replies: 6
Views: 14302
|
Forum: General CCS C Discussion Posted: Mon May 27, 2019 8:45 pm Subject: Embedded Serial Busses dev kit DS1305 |
Hi folks,
I'm using the CCS Embedded Serial Busses dev kit to cut my teeth on the integrated DS1305 RTC clock part. Working thru the examples, things are going fairly well, but ran into something ... |
Topic: 18F46K22 #INT_RDA2 not triggering [SOLVED] |
maxrate
Replies: 5
Views: 11660
|
Forum: General CCS C Discussion Posted: Fri Apr 21, 2017 7:53 pm Subject: 18F46K22 #INT_RDA2 not triggering [SOLVED] |
Hello PCM Programmer - I just posted same time you posted. You were spot on in asking what PINs. I've been at this on and off all day. Seems your original suggestion/reference about the datasheet f ... |
Topic: 18F46K22 #INT_RDA2 not triggering [SOLVED] |
maxrate
Replies: 5
Views: 11660
|
Forum: General CCS C Discussion Posted: Fri Apr 21, 2017 7:51 pm Subject: 18F46K22 #INT_RDA2 not triggering [SOLVED] |
I've determined what I've been doing wrong. When consulting the datasheet (http://ww1.microchip.com/downloads/en/DeviceDoc/40001412G.pdf) I had been referencing the wrong "pin summary& ... |
Topic: 18F46K22 #INT_RDA2 not triggering [SOLVED] |
maxrate
Replies: 5
Views: 11660
|
Forum: General CCS C Discussion Posted: Fri Apr 21, 2017 7:37 pm Subject: 18F46K22 #INT_RDA2 not triggering [SOLVED] |
Hello PCM Programmer - thank you for your reply.
I am using a 25 Mhz crystal, I have tried 4 Mhz crystals as well (and other dev boards). Because of your suggestion, I've just installed a 12 Mhz c ... |
Topic: 18F46K22 #INT_RDA2 not triggering [SOLVED] |
maxrate
Replies: 5
Views: 11660
|
Forum: General CCS C Discussion Posted: Fri Apr 21, 2017 5:55 pm Subject: 18F46K22 #INT_RDA2 not triggering [SOLVED] |
Hi everyone,
I can't seem to crack this. Running version 5.071, 18F46K22 and I've tried numerous development boards. It seems I am able to capture #INT_RDA interrupts, but not #INT_RDA2 interrupt ... |
Topic: Library and example for RFM69W module |
maxrate
Replies: 5
Views: 50042
|
Forum: Code Library Posted: Wed Apr 12, 2017 7:30 pm Subject: Library and example for RFM69W module |
Hello - I know it's been a year, any chance you could refresh the download link? |
|