Author |
Message |
Topic: microcontroller heating problem |
nia
Replies: 6
Views: 14470
|
Forum: General CCS C Discussion Posted: Mon Jan 10, 2011 5:16 am Subject: microcontroller heating problem |
hi guys,
why microcontroller temperature sometimes normal, and sometimes hot although there is no short circuit, over current etc. i use dspic30f6014a.
i suspect:
a) pull up resisor value conne ... |
Topic: help about ADC |
nia
Replies: 5
Views: 6521
|
Forum: General CCS C Discussion Posted: Mon Jan 10, 2011 5:05 am Subject: help about ADC |
yes. uc require approx 26us for 18F4520 for adc conversion. |
Topic: SPI slaves and master hardware connection |
nia
Replies: 1
Views: 4148
|
Forum: General CCS C Discussion Posted: Thu Dec 30, 2010 1:35 pm Subject: SPI slaves and master hardware connection |
Hi,
How to connect a PIC (Master) to 70 PIC (Slaves) in SPI? I wonder, a direct connection of SDO, SDI, SS and SCLK between a master and multi-slaves will work? especially the SCLK, do we need buff ... |
Topic: dsPIC30F4012 and SPI |
nia
Replies: 3
Views: 4896
|
Forum: General CCS C Discussion Posted: Sun Dec 26, 2010 12:02 am Subject: dsPIC30F4012 and SPI |
When I change to PIC18F, it works just fine. With the same code and slight changes on the fuses, its simply not working with dsPIC.
Help needed please. |
Topic: dsPIC30F4012 and SPI |
nia
Replies: 3
Views: 4896
|
Forum: General CCS C Discussion Posted: Sat Dec 25, 2010 10:42 am Subject: dsPIC30F4012 and SPI |
Hi CCS programmer,
I have one master using PIC18F4580 and 3 slaves using dsPIC30F4012. below is my code and it is NOT working!!
apparently, if i use PIC18F13K22 as my slaves, it works just fine. ... |
Topic: how to transmit data in spi slave mode? |
nia
Replies: 50
Views: 115115
|
Forum: General CCS C Discussion Posted: Fri Dec 24, 2010 1:53 am Subject: how to transmit data in spi slave mode? |
I changed to PIC18F13K22 and use the internal 64MHZ frc. However, the delay_us(100) can only reduced to 26us. If I reduced to 25us, the adc result passed to master will be incorrect. So, I guess the d ... |
Topic: how to transmit data in spi slave mode? |
nia
Replies: 50
Views: 115115
|
Forum: General CCS C Discussion Posted: Thu Dec 23, 2010 5:22 am Subject: how to transmit data in spi slave mode? |
thanks. i gonna try it and let you know the results. |
Topic: how to transmit data in spi slave mode? |
nia
Replies: 50
Views: 115115
|
Forum: General CCS C Discussion Posted: Thu Dec 23, 2010 1:04 am Subject: how to transmit data in spi slave mode? |
Yes. this program works well. thanks PCM Programmer.
if i were to read continuous ADC from slave and pass to master, is there a faster way (because we have to provide delay_us(100); // Give slave ... |
|