Author |
Message |
Topic: DataEE Reading during debug |
FMOpt2000
Replies: 0
Views: 2502
|
Forum: General CCS C Discussion Posted: Wed Jan 09, 2013 4:45 am Subject: DataEE Reading during debug |
Hi,
I've this problem:
In the past I read the DataEE during debug (ICD-U40 and PIC18LF4525).
Now I've installed a new PC because my old pc is broken and during debug session I see the EEPROM at ... |
Topic: i2C on 18f4525 and I2C_Read(0)??? |
FMOpt2000
Replies: 2
Views: 8328
|
Forum: General CCS C Discussion Posted: Tue Sep 04, 2012 8:33 am Subject: i2C on 18f4525 and I2C_Read(0)??? |
I didn't rember the change in the ACK and the last byte and I supposed it was more tricky...
Thank you so much!
Bye |
Topic: i2C on 18f4525 and I2C_Read(0)??? |
FMOpt2000
Replies: 2
Views: 8328
|
Forum: General CCS C Discussion Posted: Tue Sep 04, 2012 7:17 am Subject: i2C on 18f4525 and I2C_Read(0)??? |
The question is, why the zero between brackets?
I'm using 3 PIC 18LF4525 and the I2C bus.
I've no problem for the I2C write operations on the 2 "slaves" chips,
but I've an issue in the ... |
Topic: I2C issue |
FMOpt2000
Replies: 4
Views: 6859
|
Forum: General CCS C Discussion Posted: Thu Mar 22, 2012 2:07 am Subject: I2C issue |
Hi, it wasn't clear what Ttelmah said to me.
I didn't modify the Cypress firmware because I was sure the firmware was right (I use these routines with a lot of I2C ICs in my design);
So I supposed ... |
Topic: I2C issue |
FMOpt2000
Replies: 4
Views: 6859
|
Forum: General CCS C Discussion Posted: Wed Mar 21, 2012 8:17 am Subject: I2C issue |
Hi,
Now i have solved the single function (READ/WRITE)
void ssp_interupt ()
{
BYTE app;
BYTE incoming, state;
state = i2c_isr_state();
if(state < ... |
Topic: I2C issue |
FMOpt2000
Replies: 4
Views: 6859
|
Forum: General CCS C Discussion Posted: Wed Mar 21, 2012 2:21 am Subject: I2C issue |
Hi,
I'm working on I2C protocol to connect a Cypress 68013A (MASTER) and a 18LF4525 (SLAVE).
I did a lot of test and now I can read the I2C write operation only with a polling in the main:
w ... |
Topic: Float performance |
FMOpt2000
Replies: 4
Views: 5791
|
Forum: General CCS C Discussion Posted: Thu Jan 26, 2012 8:39 am Subject: Float performance |
Good,
I've improved a lot the polling rate, but in some cases
the RS232 is blocked by an over-rate.
Is there a way to reset/flush the buffer or port? |
Topic: Float performance |
FMOpt2000
Replies: 4
Views: 5791
|
Forum: General CCS C Discussion Posted: Wed Jan 25, 2012 9:42 am Subject: Float performance |
Hi,
I've a firmware on which I need to normalize some result.
The firmware has a polling structure and the float division use a lot of time.
I don't need a particular precision.
When the firmwa ... |
Topic: PIC 18f4525 and pin B3 digital input |
FMOpt2000
Replies: 1
Views: 3959
|
Forum: General CCS C Discussion Posted: Mon Jan 09, 2012 10:00 am Subject: PIC 18f4525 and pin B3 digital input |
Hi, I'm new in using PIC.
I did a firmware without problems but now I re-assigned my PINs
and I've a strange behaviour on pin B3 (pin 11 - tqfp)
I've some pulse in output (1ms) 500 ms(period), bu ... |
Topic: RS232 pin changing at runtime |
FMOpt2000
Replies: 3
Views: 4573
|
Forum: General CCS C Discussion Posted: Thu Nov 17, 2011 4:13 am Subject: RS232 pin changing at runtime |
Thx!
I found the software serial port, but your notes about slow and blocked connection lead me to a different solution.
I will introduce a DPDT to swap the connection outside the uC with a use of o ... |
Topic: RS232 pin changing at runtime |
FMOpt2000
Replies: 3
Views: 4573
|
Forum: General CCS C Discussion Posted: Thu Nov 17, 2011 1:52 am Subject: RS232 pin changing at runtime |
I think this is a stupid question, but I desire to be sure before
change the PIC in the design because it will involve a delay...
I'm working on a PIC18F4525.
I was using the RS232.. but now it's n ... |
Topic: PIC18LF4525 and RS232 issue |
FMOpt2000
Replies: 2
Views: 4584
|
Forum: General CCS C Discussion Posted: Thu Nov 10, 2011 9:02 am Subject: PIC18LF4525 and RS232 issue |
Thx!
I'm not sure about nothing!!
I'm a beginner and I did my schematic copying my colleagues.
I've an ICD-U40;I haven't the resistor on B5 and the PIC is running.
I'm going to correct like you ... |
Topic: PIC18LF4525 and RS232 issue |
FMOpt2000
Replies: 2
Views: 4584
|
Forum: General CCS C Discussion Posted: Thu Nov 10, 2011 3:18 am Subject: PIC18LF4525 and RS232 issue |
Hi, I'm using the PIC18LF4525.
I wrote a lot of firmware and it hasn't problem, but now, I have a problem with the serial port.
I've reduced the firmware at those few line.
Could you help me?
Th ... |
Topic: Low Voltage and BROWNOUT fuse |
FMOpt2000
Replies: 2
Views: 7013
|
Forum: General CCS C Discussion Posted: Mon Oct 17, 2011 3:12 am Subject: :) |
Thx a lot!!! |
Topic: Low Voltage and BROWNOUT fuse |
FMOpt2000
Replies: 2
Views: 7013
|
Forum: General CCS C Discussion Posted: Fri Oct 14, 2011 6:35 am Subject: Low Voltage and BROWNOUT fuse |
Hi.
I'm using a 16LF88; in the datasheet the BROWNOUT voltage reset for LF or F version is 3.65V.
But if I use a 16LF88 at 3.3V, why is the reset voltage greater than the Voltage supply??????
Am ... |
|