Author |
Message |
Topic: 400MHz with PLL |
linux123
Replies: 8
Views: 8922
|
Forum: General CCS C Discussion Posted: Thu Dec 07, 2006 11:07 am Subject: yes |
I am of Brazil. I have this project that it needs a crystal of 400MHz (as this in the figure above). The constructor of the circuit informed me to use the LMX1600 together with a MCU to obtain this sp ... |
Topic: 400MHz with PLL |
linux123
Replies: 8
Views: 8922
|
Forum: General CCS C Discussion Posted: Thu Dec 07, 2006 7:12 am Subject: ok. |
Ok, how pin go my circuit, and anybody help-me in code to PIC load of 400Mhz ?
http://s44.flogao.com.br/07/12/06/60/85781041.jpg |
Topic: 400MHz with PLL |
linux123
Replies: 8
Views: 8922
|
Forum: General CCS C Discussion Posted: Wed Dec 06, 2006 1:38 pm Subject: ok |
It�s problem, because the project run cristal of 400MHz and 200Mhz.
other MCU type TEXAS run 400MHz in PLL.
The men of this project talk-me of use LMX1600 (National) and MCU to generate 400MHz. |
Topic: 400MHz with PLL |
linux123
Replies: 8
Views: 8922
|
Forum: General CCS C Discussion Posted: Tue Dec 05, 2006 12:51 pm Subject: 400MHz with PLL |
Hy people
I need of cristal 400MHz, and talk-me to contruct with PLL, but i do no make, i need help.
Thanks. |
Topic: Transformer |
linux123
Replies: 1
Views: 3899
|
Forum: General CCS C Discussion Posted: Tue Nov 14, 2006 4:58 pm Subject: Transformer |
Hy people.
I need know model of transformer to conect in ENC28J60.
Thanks. |
Topic: It�s possible LINUX in PIC |
linux123
Replies: 5
Views: 6705
|
Forum: General CCS C Discussion Posted: Mon Nov 06, 2006 12:34 pm Subject: thanks |
Debtor, I go to try another solution. |
Topic: It�s possible LINUX in PIC |
linux123
Replies: 5
Views: 6705
|
Forum: General CCS C Discussion Posted: Mon Nov 06, 2006 9:19 am Subject: Very good... |
I agree, i question for do, it�s possible, PIC with LINUX.
I job in project, creat one switch with 8 ports RJ-45 to controler status of interface remotely, i find a RTL8309SB to job, but i do not kn ... |
Topic: portb.h |
linux123
Replies: 2
Views: 4456
|
Forum: General CCS C Discussion Posted: Mon Nov 06, 2006 6:45 am Subject: portb.h |
Hy people.
I need of file PORTB.H, but my compiler (version 3.249) not found this file.
plese send-me it�s file, or post in forum.
Thanks. |
Topic: It�s possible LINUX in PIC |
linux123
Replies: 5
Views: 6705
|
Forum: General CCS C Discussion Posted: Fri Nov 03, 2006 1:44 pm Subject: It�s possible LINUX in PIC |
Hy people.
It�s possible install LINUX or FREE-BSD to load in MCU PIC ?
If possible, how version and model MCU minimun ?
Thanks. |
Topic: PIC 16f877 with LCD |
linux123
Replies: 1
Views: 6749
|
Forum: General CCS C Discussion Posted: Fri Oct 27, 2006 9:20 am Subject: LCD |
My friend, try it�s:
mod_lcd.c
#ifndef lcd_enable
#define lcd_enable pin_e1 // pino enable do LCD
#define lcd_rs pin_e0 // pino rs do LCD
//#define lcd_rw pin_e2 // pino rw do LCD
... |
Topic: How do I blink an LED?... |
linux123
Replies: 5
Views: 8204
|
Forum: General CCS C Discussion Posted: Tue Oct 24, 2006 8:44 am Subject: Ok |
This code, it's correct:
#include
#use delay (clock=4000000)
#fuses INTRC
main()
{
output_high(PIN_A2);
delay_ms(1000);
output_low(PIN_A2);
delay_ms(1000);
} |
Topic: Pic-TO-Pic Communication |
linux123
Replies: 10
Views: 14452
|
Forum: General CCS C Discussion Posted: Tue Oct 24, 2006 6:50 am Subject: 1-wire |
Try make protocol 1-wire to comunication, the 1-wire protocol permit 1 master and any slave with 1 pin from PIC, and the protocol it�s simple. |
Topic: two DS18s20 (indoor and outdoor) |
linux123
Replies: 4
Views: 5019
|
Forum: General CCS C Discussion Posted: Thu Oct 19, 2006 7:04 am Subject: Ok. |
The code it's ok, but, have insert:
#define DS1820_SKIP_ROM 0xCC
#define DS1820_READ_SCRATCHPAD 0xBE
#define DS1820_CONVERT_T 0x44
I go job to add precis ... |
Topic: two DS18s20 (indoor and outdoor) |
linux123
Replies: 4
Views: 5019
|
Forum: General CCS C Discussion Posted: Wed Oct 18, 2006 4:46 pm Subject: Stop |
Hy, the code stop begin call function, read temp_indoor, but, my code continue load, because call interrupt from serail RX, response, and i add call from SKIP ROM.
Thanks. |
Topic: two DS18s20 (indoor and outdoor) |
linux123
Replies: 4
Views: 5019
|
Forum: General CCS C Discussion Posted: Mon Oct 16, 2006 4:58 pm Subject: two DS18s20 (indoor and outdoor) |
Hy, i need check two temps, indoor and outdoor, i use DS1820, from Dallas, the protocol is 1-wire, whats read two sensor ?
My MCU is 18F452.
Thanks. |
|