Author |
Message |
Topic: MMC SPI and UART |
baltazar_aquino
Replies: 4
Views: 8165
|
Forum: General CCS C Discussion Posted: Sun Dec 21, 2008 11:03 am Subject: MMC SPI and UART |
sound advice andrew. thanks. |
Topic: Can I have the same ISR for Timer3 & INT0? |
baltazar_aquino
Replies: 3
Views: 3626
|
Forum: General CCS C Discussion Posted: Fri Dec 19, 2008 6:10 pm Subject: Can I have the same ISR for Timer3 & INT0? |
Generally,in PIC MCUs, ISRs are in fact under one "big handler" if you are in the assembly language level. It is the programmer's responsibility to decode which particular part of the MCU ha ... |
Topic: MMC SPI and UART |
baltazar_aquino
Replies: 4
Views: 8165
|
Forum: General CCS C Discussion Posted: Thu Dec 18, 2008 7:40 am Subject: MMC SPI and UART |
Thanks Andrew. I am just thinking of spending few more dollars for another chip ( a PIC18F2550 perhaps) to perform the MMC controller funtion. This will free the 4550 for other tasks. The applicatio ... |
Topic: MMC SPI and UART |
baltazar_aquino
Replies: 4
Views: 8165
|
Forum: General CCS C Discussion Posted: Wed Dec 17, 2008 11:58 pm Subject: MMC SPI and UART |
Hello!
Has anyone here benchmarked the MMC over SPI transfer rate when using either FAT 16 or 32 ? Software SPI is quite slow but my application requires me to use the hardware pin for TX ( PIC18F45 ... |
Topic: How many software UART's could we use on a pic? |
baltazar_aquino
Replies: 7
Views: 14214
|
Forum: General CCS C Discussion Posted: Fri May 02, 2008 10:11 pm Subject: How many software UART's could we use on a pic? |
If you will use the old approach - Time Division Multiplexing - which practically means alloting a time slot for each data transfer - then the limit is just your available pins. But this is a very ine ... |
Topic: getc reads only trash |
baltazar_aquino
Replies: 8
Views: 7603
|
Forum: General CCS C Discussion Posted: Fri May 02, 2008 10:03 pm Subject: getc reads only trash |
This is really more likely a hardware problem. I've experienced the same issue and later on found out the following:
1: Wrong connection of TX-RX (reversed) pins between the D9 connector & the ... |
Topic: CCS | Mikroe(c) | ??? |
baltazar_aquino
Replies: 11
Views: 14529
|
Forum: General CCS C Discussion Posted: Tue Apr 01, 2008 12:05 am Subject: CCS | Mikroe(c) | ??? |
mikroE is good for beginners, but CCS C caters to beginners and professionals as well. Aside from the fact that mikroE's libraries are hidden, there is not much you can do to somehow flex your code. ... |
Topic: Should I upgrade? |
baltazar_aquino
Replies: 6
Views: 6397
|
Forum: General CCS C Discussion Posted: Sat Mar 29, 2008 10:46 am Subject: Should I upgrade? |
Upgrade is really just an Option. |
Topic: Should I upgrade? |
baltazar_aquino
Replies: 6
Views: 6397
|
Forum: General CCS C Discussion Posted: Sat Mar 29, 2008 12:36 am Subject: Should I upgrade? |
There are even instances where you won't need the fuses at all as in the case of using a bootloader since the fuses area cannot be accessed by the bootloader. Also, in the final stage of burning your ... |
Topic: How to correct relay noise |
baltazar_aquino
Replies: 24
Views: 27940
|
Forum: General CCS C Discussion Posted: Thu Mar 27, 2008 12:02 pm Subject: How to correct relay noise |
I sent you a PM. check your folder. |
Topic: How to correct relay noise |
baltazar_aquino
Replies: 24
Views: 27940
|
Forum: General CCS C Discussion Posted: Thu Mar 27, 2008 5:33 am Subject: How to correct relay noise |
....a relay able to switch 8A reliably, will have quite a low coil resistance - though because of their inductance....
There is no relationship between the contact & coil ratings. I have here ... |
Topic: How to correct relay noise |
baltazar_aquino
Replies: 24
Views: 27940
|
Forum: General CCS C Discussion Posted: Thu Mar 27, 2008 2:15 am Subject: How to correct relay noise |
First, the base drive resistors need to be smaller than 4.7K. The BD140, has a worst case current gain of just 40.
First, when you use a transistor for switching , you should not think of the curren ... |
Topic: The serial port is unable to receive data with the interrupt |
baltazar_aquino
Replies: 5
Views: 12334
|
Forum: General CCS C Discussion Posted: Wed Mar 26, 2008 11:23 am Subject: The serial port is unable to receive data with the interrupt |
Can someone out there help trace the problem? I'm also getting this interrupt not being responded to. I even tried the example EX_SISR.C provided by CCS C but the problem remains. It is problematic on ... |
Topic: How to correct relay noise |
baltazar_aquino
Replies: 24
Views: 27940
|
Forum: General CCS C Discussion Posted: Tue Mar 25, 2008 12:06 pm Subject: How to correct relay noise |
you can use the complementary pair NA51W/NA52W . Or the equivalent 2N6121/2N6124 pair. But I dont' know exactly your load current. You just mentioned the relay rating (8A/24V). With these transistors ... |
Topic: How to correct relay noise |
baltazar_aquino
Replies: 24
Views: 27940
|
Forum: General CCS C Discussion Posted: Tue Mar 25, 2008 6:20 am Subject: How to correct relay noise |
Power MOSFETS are inherently more expensive than bipolar transistors. However, you get less quiescent power consumption with MOSFETS , if cost is a concern, you can also use power transistors in doub ... |
|