Author |
Message |
Topic: Audio Analyser, Converter and Recoder |
hatanet
Replies: 4
Views: 7349
|
Forum: General CCS C Discussion Posted: Mon Apr 11, 2005 10:00 am Subject: Audio Analyser, Converter and Recoder |
Thanks, but where do i startcoz dsPic is a bit foreign to me at the moment... I have the development board now! |
Topic: Audio Analyser, Converter and Recoder |
hatanet
Replies: 4
Views: 7349
|
Forum: General CCS C Discussion Posted: Wed Mar 23, 2005 10:06 am Subject: Audio Analyser, Converter and Recoder |
Lumelang,
Using a 18x452, I want to build an audio analyser/recoder/encoder that will be able to handle balanced pair input (Audio12.
The aquired audio data should be in a form that can ... |
Topic: TCP/IP on PIC18F8720 |
hatanet
Replies: 7
Views: 13094
|
Forum: General CCS C Discussion Posted: Mon Aug 02, 2004 8:57 am Subject: TCP/IP on PIC18F8720 |
Microchip's is free and works, it has been ported to work under CCS.
What link do I use to get the Microchip's stack? |
Topic: TCP/IP on PIC18F8720 |
hatanet
Replies: 7
Views: 13094
|
Forum: General CCS C Discussion Posted: Fri Jul 23, 2004 10:15 am Subject: TCP/IP on PIC18F8720 |
Hi,
Does anyone have a clue where to start researching-on and implementing tcp/ip on a PIC?
How can I successfully use the Realtek RTL8019AS chip in my design?
How good or effective is the Mi ... |
Topic: 18F452 Rebooting. |
hatanet
Replies: 5
Views: 19504
|
Forum: General CCS C Discussion Posted: Wed Nov 12, 2003 1:47 am Subject: 4062221 |
Lumelang,
I have reworked & optimised most of my code;
#include <input.c>
#define RxBUFFER_SIZE 32
short RDA_flag=0; // RS-232 Interrupt flags.
char cmd[RxBUFFER_SIZE+1 ... |
Topic: 18F452 Rebooting. |
hatanet
Replies: 5
Views: 19504
|
Forum: General CCS C Discussion Posted: Tue Nov 11, 2003 8:55 am Subject: 18F452 Rebooting. |
Ole,
Thanks very much for your response, I am going to try everything that you have mentioned tonight when i get home, and feedback to you tomorrow... so long, my versions are as follows
IDE is 3 ... |
Topic: 18F452 Rebooting. |
hatanet
Replies: 5
Views: 19504
|
Forum: General CCS C Discussion Posted: Mon Nov 10, 2003 7:00 am Subject: 18F452 Rebooting. |
Hi,
Please help ... I am using RDA interrupt to receive date from a VB.NEt application on a COM port. If I send, lets say a 20 char long string, the PIC just reboots, even though my buffer is 32+1 ... |
Topic: CCS DS1629 |
hatanet
Replies: 1
Views: 12200
|
Forum: General CCS C Discussion Posted: Mon Oct 06, 2003 7:24 am Subject: DS1629.C |
This is a baseline program I used to initialize, set & get DateTime & Alarms for the Dallas 1629 chip. The Date & Time are hard coded for demonstration purposes....
Goodluck st ... |
Topic: LCD (HD44780) device on an I2C MCP23016 I/O expander. |
hatanet
Replies: 3
Views: 9232
|
Forum: General CCS C Discussion Posted: Wed Oct 01, 2003 1:49 am Subject: LCD (HD44780) device on an I2C MCP23016 I/O expander. |
I have included two files...
Here is the MCP23016.C file:
#use standard_io(C)
#use i2c(master,sda=PIN_C4,scl=PIN_C3)
// COMMAND BYTE TO REGISTER RELATIONSHIP : Table: 1-3 of Microchip MC ... |
Topic: LCD (HD44780) device on an I2C MCP23016 I/O expander. |
hatanet
Replies: 3
Views: 9232
|
Forum: General CCS C Discussion Posted: Tue Sep 30, 2003 8:01 am Subject: LCD (HD44780) device on an I2C MCP23016 I/O expander. |
Ole,
I am trying to implement an LCD (HD44780) device on an I2C MCP23016 I/O expander, using a PIC18F452. I have gone through Microchip AN245, tried to change most of the Hi-Tech code to CCS... B ... |
Topic: split a 16-bit structure into 2x 8-bit message bytes |
hatanet
Replies: 2
Views: 14652
|
Forum: General CCS C Discussion Posted: Fri Aug 22, 2003 7:28 am Subject: split a 16-bit structure into 2x 8-bit message bytes |
Hi Guys,
How can I split a 16-bit structure like the one below into 2x 8-bit message bytes, in order to pass the to a procedure as shown.
struct ADDRESS_16B { int DEPL : 5; ... |
|