Author |
Message |
Topic: ICD-U on MAC OS-X ? |
Dimmu
Replies: 0
Views: 23140
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Thu Jul 28, 2011 11:45 am Subject: ICD-U on MAC OS-X ? |
Hi all,
Does anyone know if it is possible to use the ICD-U40 under MAC ?
Maybe with another program than the one from CCS ?
Best regards,
Dimitri |
Topic: Verification Problem Please Help |
Dimmu
Replies: 5
Views: 53612
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Mon Jun 09, 2008 4:41 am Subject: Verification Problem Please Help |
Don't know if this helps but I had a lot of problems with the ICD-U40 when it was plugged on a USB hub.
I moved it on a native USB of the computer and the errors disappeared
Dimmu |
Topic: TCP Socket question |
Dimmu
Replies: 5
Views: 6918
|
Forum: General CCS C Discussion Posted: Sun May 25, 2008 8:58 am Subject: TCP Socket question |
I don't know if this can help but some of the CCS examples are bugged.
Try to print the state of all the defined sockets in your code. Maybe it is just a question of initialisation of variable.
... |
Topic: multiple compilation units ? |
Dimmu
Replies: 2
Views: 4478
|
Forum: General CCS C Discussion Posted: Tue May 06, 2008 3:28 am Subject: multiple compilation units ? |
Thank you for the feedback,
I hope it's gonna work as they say in new version of the compiler.
Dimmu |
Topic: multiple compilation units ? |
Dimmu
Replies: 2
Views: 4478
|
Forum: General CCS C Discussion Posted: Sun May 04, 2008 4:33 am Subject: multiple compilation units ? |
Hello,
Does anybody know if the 'multiple compilation units' is working with the last version of CCS ?
I'm currently working with 4.053 and this feature seems to be unable to manage the types othe ... |
Topic: Manufacturing |
Dimmu
Replies: 14
Views: 12874
|
Forum: General CCS C Discussion Posted: Mon Apr 28, 2008 5:06 am Subject: Manufacturing |
Hi,
Just for your information,
if your code is intended to be used for medical, people life, vehicle control, ... lets say anything that have a safety related function; then you should use some s ... |
Topic: Webserver - file upload speed |
Dimmu
Replies: 6
Views: 6153
|
Forum: General CCS C Discussion Posted: Sun Apr 20, 2008 3:50 am Subject: Webserver - file upload speed |
I think that it is possible to configure the stack to send all messages without waiting for the ACK. In this case the communication must be faster but you lose all security on communication.
Make a ... |
Topic: SD Card help required |
Dimmu
Replies: 12
Views: 12863
|
Forum: General CCS C Discussion Posted: Thu Apr 17, 2008 1:05 pm Subject: SD Card help required |
Or you can use an external memory to handle you 512 bytes chunk and then write them back at once to the SD card.
Dimmu |
Topic: Webserver - file upload speed |
Dimmu
Replies: 6
Views: 6153
|
Forum: General CCS C Discussion Posted: Thu Apr 17, 2008 12:56 pm Subject: Webserver - file upload speed |
Hi,
I made some tests on download ( from PIC to PC ) with the TCP-IP stack few weeks ago and the download rate was never better than ~4 k/s. I placed some trigger points in the PIC and discovered t ... |
Topic: 16 -22 bit Analog to Digital converter - Any suggestion? |
Dimmu
Replies: 5
Views: 5149
|
Forum: General CCS C Discussion Posted: Mon Apr 14, 2008 1:55 pm Subject: 16 -22 bit Analog to Digital converter - Any suggestion? |
The output will always fluctuate but the mean value is correct.
Maybe you should filter the read value ?
Their is a topic in the library forum about the filters that could be useful for you : http ... |
Topic: PIC18F97J60 with external memory and TCPIP |
Dimmu
Replies: 4
Views: 9030
|
Forum: General CCS C Discussion Posted: Sat Apr 12, 2008 10:56 am Subject: PIC18F97J60 with external memory and TCPIP |
Happy to hear that you found the problem !
Dimmu |
Topic: newbe programing help |
Dimmu
Replies: 4
Views: 4939
|
Forum: General CCS C Discussion Posted: Fri Apr 11, 2008 2:43 pm Subject: newbe programing help |
Hi,
Here is a simple example of code that should help you. Be careful that this code is not error proof.
I tested it with a 18F97J60.
You have to initialise the function with a call to
&quo ... |
Topic: PIC18F97J60 with external memory and TCPIP |
Dimmu
Replies: 4
Views: 9030
|
Forum: General CCS C Discussion Posted: Fri Apr 11, 2008 1:55 pm Subject: PIC18F97J60 with external memory and TCPIP |
Hi,
I'm also working with a home-made 18F97J60 board with external memory... even if right now I do not really use the external memory for my project.
I'm using the TCP-IP examples given with th ... |
Topic: ICD-U and 3.3V PIC connection |
Dimmu
Replies: 2
Views: 23854
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Fri Apr 11, 2008 1:23 pm Subject: ICD-U and 3.3V PIC connection |
Hi,
You have to remove the jumper from the ICD. Then you program your PIC as if it was a 5V device.
If you have a 'j' series PIC, you must also select the 'J' option from the ICD software.
Di ... |
Topic: security settings |
Dimmu
Replies: 7
Views: 7374
|
Forum: General CCS C Discussion Posted: Thu Apr 10, 2008 4:55 am Subject: security settings |
Which type of CPU do you use ?
Is it able to write its own memory ?
Dimmu |
|