Author |
Message |
Topic: General Manchester on a 27q83 |
tems
Replies: 2
Views: 4974
|
Forum: General CCS C Discussion Posted: Sat Nov 18, 2023 7:59 am Subject: 27q83 |
Ttelmah thanks for the reply. |
Topic: General Manchester on a 27q83 |
tems
Replies: 2
Views: 4974
|
Forum: General CCS C Discussion Posted: Fri Nov 17, 2023 1:01 pm Subject: General Manchester on a 27q83 |
Was expecting to get the U2RXIF to be set when the stop bits were recognized as per the data sheet for general Manchester.
I'm getting the U2RXIF bit set for every reception of a byte.
Maybe I'm not ... |
Topic: pin_select again |
tems
Replies: 3
Views: 10429
|
Forum: General CCS C Discussion Posted: Mon Jan 16, 2023 9:21 am Subject: pin_select again |
If the pic is setup for dynamically changing the PPS and you set pin_select("U1RX", PIN_B12, TRUE, FALSE); for instance. I want to make this pin a digital pin again. How do you undo this dyn ... |
Topic: I2C 16F18325 |
tems
Replies: 2
Views: 11665
|
Forum: General CCS C Discussion Posted: Mon May 06, 2019 2:35 pm Subject: I2C 16F18325 |
I want to communicate tfrom an 18f46k22 to an 16f18325 but have difficulty in getting this to work. The code below is in the slave. I can get the interrupt but cannot read any data. Never passes the f ... |
Topic: I2C End of transmission |
tems
Replies: 1
Views: 4681
|
Forum: General CCS C Discussion Posted: Wed Jan 29, 2014 7:27 am Subject: I2C End of transmission |
I've been trying to use the stop bit to determine that a I2C transmission has ended. What i found is that sometimes i can see the stop bit set, most of the time i cannot. What is the current method to ... |
Topic: 18f46j50 i2c master and slave mode |
tems
Replies: 2
Views: 6031
|
Forum: General CCS C Discussion Posted: Mon Jan 27, 2014 8:17 am Subject: I2C master and slave |
If you are using version 5.16 and possibly earlier you must setup the #use I2C as given below. Version 5.17 does not exhibit this problem.
From CCS
The problem is due to an error in the #use i2c() ... |
Topic: dual HW I2C on 18F23K22 |
tems
Replies: 2
Views: 5495
|
Forum: General CCS C Discussion Posted: Fri Jan 10, 2014 2:47 pm Subject: dual HW I2C on 18F23K22 |
This code was chopped from a fairly large single I2C master program 4000+ lines. Its been used for many years and adapted to the newer pics. When do you need to use streams. I'm an example person so i ... |
Topic: dual HW I2C on 18F23K22 |
tems
Replies: 2
Views: 5495
|
Forum: General CCS C Discussion Posted: Thu Jan 09, 2014 2:48 pm Subject: dual HW I2C on 18F23K22 |
I've got a 18F23k22 that i want to use the HW i2c ports. One used for an eeprom ( master ) the other for communications ( slave ). I can't seem to get it to work properly. The master never gets enable ... |
|