Author |
Message |
Topic: MAX5821 some problems ... help |
andibaciu
Replies: 2
Views: 5729
|
Forum: General CCS C Discussion Posted: Fri Aug 10, 2007 12:45 am Subject: MAX5821 some problems ... help |
Thanks PCM programmer ...
I think I made a big confusion between shift_right and >> and between shift_left and <<.
so .. in my case my function must be:
void MAX5821_write_dac(i ... |
Topic: MAX5821 some problems ... help |
andibaciu
Replies: 2
Views: 5729
|
Forum: General CCS C Discussion Posted: Thu Aug 09, 2007 11:21 pm Subject: MAX5821 some problems ... help |
I want to communicate with 1 MAX5821 - i2c communication, 10bit DAC, voltage output and i have some problems .... If somebody could help me i'll appreciate.
for MAX5821 i write a driver:
// MA ... |
Topic: Anyone written a simple PID routine for a PIC??? |
andibaciu
Replies: 10
Views: 39373
|
Forum: General CCS C Discussion Posted: Fri Feb 23, 2007 6:51 am Subject: Anyone written a simple PID routine for a PIC??? |
@Eric Minbiole
can you put the principle how to set the Kp, Ki, Kd ???
any help is good .... |
Topic: I2C Master/Slave Multibytes PROBLEM |
andibaciu
Replies: 13
Views: 17820
|
Forum: General CCS C Discussion Posted: Tue Mar 28, 2006 9:46 am Subject: I2C Master/Slave Multibytes PROBLEM |
Thanks you for your answers .... apreciate ...
I fix my problem ... the entire code is ok but the simulator Proteus 6.7 sp3 is the problem ... this simulator work ok with any device with i2c from his ... |
Topic: I2C Master/Slave Multibytes PROBLEM |
andibaciu
Replies: 13
Views: 17820
|
Forum: General CCS C Discussion Posted: Tue Mar 28, 2006 3:08 am Subject: I2C Master/Slave Multibytes PROBLEM |
Any ideea ??? i sill have this problem .....
Or maybe somebody have a good and working I2C MULTIBYTE SLAVE rutine .... and want to help some peoples ....
Thanks in advance!!! |
Topic: I2C Master/Slave Multibytes PROBLEM |
andibaciu
Replies: 13
Views: 17820
|
Forum: General CCS C Discussion Posted: Thu Mar 23, 2006 11:30 am Subject: I2C Master/Slave Multibytes PROBLEM |
I have a little project with an I2C communication Master/Slave with 2 16F877 (master - slave). My problem show up when with master i try to read the Slave after i allready send data to slave. When the ... |
|