Author |
Message |
Topic: dsPIC33fj256MC710 Master- Slave with I2C |
bionicbot
Replies: 3
Views: 4986
|
Forum: General CCS C Discussion Posted: Wed Sep 29, 2010 5:17 pm Subject: dsPIC33fj256MC710 Master- Slave with I2C |
Ttelmah, I have changed the code as you have commented but LEDs are still not working. This is my code.
#INT_SI2C
void ssp_interupt()
{
BYTE incoming, state;
state = i2c_isr_st ... |
Topic: dsPIC33fj256MC710 Master- Slave with I2C |
bionicbot
Replies: 3
Views: 4986
|
Forum: General CCS C Discussion Posted: Wed Sep 29, 2010 5:05 pm Subject: dsPIC33fj256MC710 Master- Slave with I2C |
Ttelmah, Thank you very much for reply. Sorry for post a bit mistake of the code about the two lines in the interupt function. The two lines which on LED, I just put it to check the inturupt fnc work ... |
Topic: dsPIC33fj256MC710 Master- Slave with I2C |
bionicbot
Replies: 3
Views: 4986
|
Forum: General CCS C Discussion Posted: Wed Sep 29, 2010 10:54 am Subject: dsPIC33fj256MC710 Master- Slave with I2C |
Dear All,
I have some problem with using two of dspic33fj256mc710 for communication as master and slave. I need to send data from master to on-off led in slave, but it doesn't work. I've tried to rea ... |
Topic: Problem PLL and RS232 on dsPIC33FJ256MC710 |
bionicbot
Replies: 2
Views: 4478
|
Forum: General CCS C Discussion Posted: Thu Aug 05, 2010 10:28 am Subject: Problem PLL and RS232 on dsPIC33FJ256MC710 |
Thank you very much Ttelmah. I used #use delay(crystal=8000000,clock=40000000) as you recommended. RS232 works good but I will check the real speed by using oscilloscope again
Thank you again. |
Topic: Problem PLL and RS232 on dsPIC33FJ256MC710 |
bionicbot
Replies: 2
Views: 4478
|
Forum: General CCS C Discussion Posted: Thu Aug 05, 2010 8:09 am Subject: Problem PLL and RS232 on dsPIC33FJ256MC710 |
Dear all,
I am a new user on dsPIC33Fxxxx. I use dsPIC33Fj256MC710 with RS232 and my code is shown below. This code can normally operate with 8MHz crystal.
#include <33FJ256MC710.h>
#fuses ... |
|