Author |
Message |
Topic: Internal serial number |
smee
Replies: 37
Views: 82004
|
Forum: General CCS C Discussion Posted: Tue May 25, 2021 4:10 am Subject: Internal serial number |
or if you have a spare i/o line, put a dallas semi ds2401 on it. |
Topic: pic24fj128ga202 uart issues. [Solved] |
smee
Replies: 16
Views: 38564
|
Forum: General CCS C Discussion Posted: Sun Jan 24, 2021 6:02 am Subject: pic24fj128ga202 uart issues. [Solved] |
this doesnt really serve anyone, but for completeness.
the cts and rts lines did work correctly.
pulling the cts line low by the pic caused
the rts line to be subsequently pulled low,by the vdriv ... |
Topic: pic24fj128ga202 uart issues. [Solved] |
smee
Replies: 16
Views: 38564
|
Forum: General CCS C Discussion Posted: Sun Jan 24, 2021 2:58 am Subject: pic24fj128ga202 uart issues. [Solved] |
Maybe it's time ( past due ??) to add a 'sticky' on how to read the first post |
Topic: pic24fj128ga202 uart issues. [Solved] |
smee
Replies: 16
Views: 38564
|
Forum: General CCS C Discussion Posted: Sun Jan 24, 2021 2:50 am Subject: pic24fj128ga202 uart issues. [Solved] |
hi guys,
I solved my problem by swapping my rts and txd pins over,
and it now works as required.
My issue was that the uart could not control the pin.
I had tried uart1,uart2,uart4 all with the ... |
Topic: pic24fj128ga202 uart issues. [Solved] |
smee
Replies: 16
Views: 38564
|
Forum: General CCS C Discussion Posted: Sat Jan 23, 2021 5:25 am Subject: pic24fj128ga202 uart issues. [Solved] |
This chip has some serious issues if you ask me, avoid it if you can. |
Topic: pic24fj128ga202 uart issues. [Solved] |
smee
Replies: 16
Views: 38564
|
Forum: General CCS C Discussion Posted: Fri Jan 22, 2021 11:07 am Subject: pic24fj128ga202 uart issues. [Solved] |
Hello, hoping someone can throw me a few suggestions, as i am being tortured by this PIC.
I am using MPLAB 8.92, PCD 5.080.
I don't seem to be able to get the uart to transmit on port PIN_B6 (RP ... |
Topic: Uart + 1-wire same cable |
smee
Replies: 7
Views: 15543
|
Forum: General CCS C Discussion Posted: Wed Sep 11, 2019 4:56 am Subject: Uart + 1-wire same cable |
You could make use of a ds2404s and make a remote screen, and then use the Dallas one wire bus to display on the screen.
Thats if they still make it. Maxim killed off many parts.
Otherwise as long a ... |
Topic: How to inform compiler of true clock speed? |
smee
Replies: 11
Views: 21370
|
Forum: General CCS C Discussion Posted: Sun Jun 16, 2019 2:38 am Subject: How to inform compiler of true clock speed? |
i am currently using the dspic33fj128gp802 which i clock at 80mhz,
using #use delay(internal=80mhz)
i have timer1 setup for 1ms interupt. which i have verified with a scope to be 1ms.
and i run ... |
Topic: 2 x 16 Fordata lcd display at 80 Mc/s [Solved] |
smee
Replies: 7
Views: 15225
|
Forum: General CCS C Discussion Posted: Tue Jun 04, 2019 8:33 am Subject: 2 x 16 Fordata lcd display at 80 Mc/s [Solved] |
The splc780d has a faster response than those used, so it should of have worked out of the box.
I have been looking at the data sheets.
My current fix, is to test for the busy flag to be clear at ... |
Topic: 2 x 16 Fordata lcd display at 80 Mc/s [Solved] |
smee
Replies: 7
Views: 15225
|
Forum: General CCS C Discussion Posted: Tue Jun 04, 2019 6:59 am Subject: 2 x 16 Fordata lcd display at 80 Mc/s [Solved] |
I have made the following alterations to the code.
main.c
// test of display.
#include "33FJ128GP802.h" // include the processor header file
#ifdef __DEBUG
#device icd=true
#end ... |
Topic: 2 x 16 Fordata lcd display at 80 Mc/s [Solved] |
smee
Replies: 7
Views: 15225
|
Forum: General CCS C Discussion Posted: Sun Jun 02, 2019 5:38 am Subject: 2 x 16 Fordata lcd display at 80 Mc/s [Solved] |
Could someone help me with this?
I have a dspic33fj128gp802 connected to a Fordata 3v lcd.
Farnell part number 2674133, it uses the splc780d chip.
I have been using Ttelmah's speeded up driver ... |
Topic: Digital pot for vrf drive |
smee
Replies: 9
Views: 18618
|
Forum: General CCS C Discussion Posted: Sat Feb 09, 2019 8:24 am Subject: Digital pot for vrf drive |
Perhaps even a digital pot, in the feedback/sense line of an adjustable voltage regulator. |
Topic: Dallas OneWire Using Input Capture & Output Compare |
smee
Replies: 0
Views: 20307
|
Forum: Code Library Posted: Fri Feb 08, 2019 10:26 am Subject: Dallas OneWire Using Input Capture & Output Compare |
I have been using this on a pic16F1847 at 32 MHz.
i have been running the search rom mainly, and did this so that it will live with the system tick interupts and spi slave and spi master running too. ... |
Topic: electr0daves mmcsd and fat |
smee
Replies: 2
Views: 10452
|
Forum: General CCS C Discussion Posted: Wed Aug 22, 2018 8:21 am Subject: electr0daves mmcsd and fat |
Hello, i have been using electr0daves drivers for a couple of years now, and they work quite well.
But i am finding it difficult to source SD cards.
I have a Toshiba 512mb mini SD, that the mmc and ... |
Topic: mmcsd.c and fat.c modified and fully functional |
smee
Replies: 14
Views: 103567
|
Forum: Code Library Posted: Fri Aug 17, 2018 7:17 am Subject: mmcsd.c and fat.c modified and fully functional |
i did this, its not beautified but does work.
it is the elm chan sd identification init routine.
//updated stuff
//Slightly modified SD initialization
void sdcard_select()
{
... |
|