Author |
Message |
Topic: IP question |
ChrisK
Replies: 5
Views: 5967
|
Forum: General CCS C Discussion Posted: Wed Sep 03, 2008 7:12 am Subject: IP question |
Sorry to say, but I'm not that familiar with winsock and that stuff. So I really don't know how to solve this matter.
Also I have another question, maybe you know the answer.
I use the EX12.C ex ... |
Topic: IP question |
ChrisK
Replies: 5
Views: 5967
|
Forum: General CCS C Discussion Posted: Wed Sep 03, 2008 3:24 am Subject: IP question |
I don't see anything with wireshark, when I send a message to 255.255.255.255
Any idea where to check ? |
Topic: IP question |
ChrisK
Replies: 5
Views: 5967
|
Forum: General CCS C Discussion Posted: Wed Sep 03, 2008 1:12 am Subject: IP question |
Hi There,
I like to do the following, but can't figure out how to do it:
I like to connect a board with an 18F66J60 to my LAN network. Then I like to send with my PC application a new IP, Gatewa ... |
Topic: DSPIC33 using DMA |
ChrisK
Replies: 11
Views: 15811
|
Forum: General CCS C Discussion Posted: Sat Apr 05, 2008 7:25 am Subject: DSPIC33 using DMA |
I found it,
In the PICC directorie are indeed several help files, I was reading by default the ccsc.chm help file, but in the pcd.chm file is indeed DMA info.
But let's go on to the next questio ... |
Topic: DSPIC33 using DMA |
ChrisK
Replies: 11
Views: 15811
|
Forum: General CCS C Discussion Posted: Sat Apr 05, 2008 7:02 am Subject: DSPIC33 using DMA |
sorry to say,
But in my functional overview is no DMA topic
I use the latest CCS 4.071 version.
Strange ????? |
Topic: DSPIC33 using DMA |
ChrisK
Replies: 11
Views: 15811
|
Forum: General CCS C Discussion Posted: Sat Apr 05, 2008 6:49 am Subject: DSPIC33 using DMA |
I understand,
But I don't know where to find dma support it in that help file |
Topic: DSPIC33 using DMA |
ChrisK
Replies: 11
Views: 15811
|
Forum: General CCS C Discussion Posted: Sat Apr 05, 2008 6:38 am Subject: DSPIC33 using DMA |
Hi,
Where did you find DMA in the help file ??
I searched, but can't find anything.
Chris |
Topic: DSPIC33 using DMA |
ChrisK
Replies: 11
Views: 15811
|
Forum: General CCS C Discussion Posted: Sat Apr 05, 2008 3:50 am Subject: DSPIC33 using DMA |
Hi,
How can I use DMA on the DSPIC33F, I found in the reference manual
the following code
unsigned int ecan1msgbuf[32][8] __attribute__(space(dma))
This is for the MPLAB C30 compiler, how ... |
Topic: CAN BUS for DSPIC33 |
ChrisK
Replies: 10
Views: 17182
|
Forum: General CCS C Discussion Posted: Sat Apr 05, 2008 1:06 am Subject: CAN BUS for DSPIC33 |
Hi JMA,
Sorry to say, but I guess you misunderstand my question.
In the first code sample: I put 4 in the variable mode,
but operation cancon1.reqop=mode, has as result 0x0000
If I change t ... |
Topic: CAN BUS for DSPIC33 |
ChrisK
Replies: 10
Views: 17182
|
Forum: General CCS C Discussion Posted: Fri Apr 04, 2008 1:47 am Subject: CAN BUS for DSPIC33 |
Hi JMA,
I checked the confoguration part and found something strange, I did the following:
in can-dsp33.h file
enum CAN_OP_MODE {CAN_OP_CONFIG=4, CAN_OP_LISTEN=3, CAN_OP_LOOPBACK=2, CAN_ ... |
Topic: CAN BUS for DSPIC33 |
ChrisK
Replies: 10
Views: 17182
|
Forum: General CCS C Discussion Posted: Wed Apr 02, 2008 7:23 am Subject: CAN BUS for DSPIC33 |
Hi,
I ordered today a CAN development board from microchip, i receive it tomorow.
The can_init() routine is completing.
But I try only this
// can test
can_init(); // I change ... |
Topic: CAN BUS for DSPIC33 |
ChrisK
Replies: 10
Views: 17182
|
Forum: General CCS C Discussion Posted: Wed Apr 02, 2008 1:44 am Subject: CAN BUS for DSPIC33 |
HI,
Has anybody a working code example for standard CAN operation that can be used with the DSPIC33 ?, or even better has anybody a working CCS Librarry for can operation that can be used with the ... |
|