Author |
Message |
Topic: Serial timeout issues! |
kam
Replies: 9
Views: 12827
|
Forum: General CCS C Discussion Posted: Tue Aug 14, 2012 9:11 am Subject: [SOLVED] |
Just a followup to close this thread.
There is a compiler issue causing timeout not to work with at least my chipset, CCS did not elaborate the complete issue/scope (ie. list of effected pics etc). ... |
Topic: Serial timeout issues! |
kam
Replies: 9
Views: 12827
|
Forum: General CCS C Discussion Posted: Thu Aug 09, 2012 8:21 pm Subject: Serial timeout issues! |
There are ways around it like you showed, but the REAL issue here is that something is broke in the compiler for the rs232 define regarding "timeout"
I've tried it with both hardware and ... |
Topic: Serial timeout issues! |
kam
Replies: 9
Views: 12827
|
Forum: General CCS C Discussion Posted: Thu Aug 09, 2012 6:06 pm Subject: Serial timeout issues! |
Hey all,
Ya, I want to wait 1/2 for a timeout...actually, this is the example in the manual (section: how to timeout rs232)...I took it verbatim...I was having error in my program and wanted to pro ... |
Topic: Serial timeout issues! |
kam
Replies: 9
Views: 12827
|
Forum: General CCS C Discussion Posted: Thu Aug 09, 2012 2:35 pm Subject: Serial timeout issues! |
Hi all,
Wow, this is maddening
My setup: CCS 4.135
CCS dev boad pic24HJ128GP306
All I want to do is test the "timeout" feature of the rs232. It just would not work for me; ... |
Topic: passing uart stream value as an arg |
kam
Replies: 4
Views: 9022
|
Forum: General CCS C Discussion Posted: Thu Aug 09, 2012 10:58 am Subject: passing uart stream value as an arg |
Hi all,
Hope all is well with ya all!
i was wondering if it is possible to pass uart "stream" type as an arg?
example:
#use rs232(UART1, baud=38400,parity=N,bits=8, STREAM= ... |
Topic: PIC24 - Reproducable compiler crash v4.135 |
kam
Replies: 1
Views: 4922
|
Forum: General CCS C Discussion Posted: Mon Aug 06, 2012 2:46 pm Subject: PIC24 - Reproducable compiler crash v4.135 |
Hi all,
Okay, trying to debug why I'm getting "issues" using structures, and I came across this crash!
Just the act of compiling caused the compiler v4.135 to cra ... |
Topic: MachX Windows Seven | Windows 7 x64 -Unknown Device - URGENT |
kam
Replies: 3
Views: 37800
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Mon Aug 06, 2012 12:52 pm Subject: MachX |
Hey splitz,
I've just installed the complete CCS system (compiler, machX) on a win7 64 bit machine. I had no issue at all.
Make sure to uninstall EVERYTHING related the CCS/MachX
Then reinsta ... |
Topic: PIC24 RS232 issues? |
kam
Replies: 7
Views: 11385
|
Forum: General CCS C Discussion Posted: Thu Aug 02, 2012 5:03 pm Subject: Really solved... |
Thank you Ttelmah
Your suggestion worked just fine!
I am amazed that CCS said what they said. And yes, the level converter is really wrong and needs to be replaced IMHO, but it works. As long as ... |
Topic: PIC24 RS232 issues? |
kam
Replies: 7
Views: 11385
|
Forum: General CCS C Discussion Posted: Thu Aug 02, 2012 2:02 pm Subject: SOLVED! |
Hi all,
After much time with CCS support, it comes down to this.
The design of the pic24HJ128GP306 dev board IS WRONG.
Here is the write up from them
"It seems to work on my board tha ... |
Topic: PIC24 RS232 issues? |
kam
Replies: 7
Views: 11385
|
Forum: General CCS C Discussion Posted: Wed Aug 01, 2012 8:15 pm Subject: PIC24 RS232 issues? |
Hi all,
Okay, here is the deal. I can make the rs232 work just fine at 9600 baud, but at 38400 no go!
pic24 series mcu. (24HJ128GP306 ccs dev board)
I have 2 usb serial dongles, connected to ... |
Topic: Current ICD-Software doesn't support newer PIC24F devices |
kam
Replies: 7
Views: 40627
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Tue Sep 23, 2008 1:22 pm Subject: Current ICD-Software doesn't support newer PIC24F devices |
Thanks for the info!
At least you got a response from your email...I'm still waiting for mine (other then the automated response!)...
~Kam (^8* |
Topic: LCD Support |
kam
Replies: 2
Views: 4438
|
Forum: General CCS C Discussion Posted: Mon Sep 15, 2008 9:43 pm Subject: LCD Support |
Hi all,
Does anyone know the type of LCD (vendor, chip set etc) that CCS supports with their LCD package? I have their LCD, and I cannot locate a vendor/chip set etc...
Thanks!
~Kam (^8* |
Topic: Ethernet questions...Futurlec board |
kam
Replies: 6
Views: 7256
|
Forum: General CCS C Discussion Posted: Mon Sep 01, 2008 3:39 pm Subject: Ethernet questions...Futurlec board |
FvM,
Thanks for the verification.
So I wired it all up, and am just trying to do a MACInit...it still just hangs.
I've traced it to the MACInit() method in the enc28j60.c file where it wait f ... |
Topic: Ethernet questions...Futurlec board |
kam
Replies: 6
Views: 7256
|
Forum: General CCS C Discussion Posted: Sun Aug 31, 2008 3:46 pm Subject: Ethernet questions...Futurlec board |
Hi all!
Well, I think I'm making some headway here... ( )
In regards to the wiring, after spending some time scanning the CCS provide tcpip code, it looks like this is the wiring
... |
Topic: Ethernet questions...Futurlec board |
kam
Replies: 6
Views: 7256
|
Forum: General CCS C Discussion Posted: Sat Aug 30, 2008 10:12 pm Subject: Ethernet questions...Futurlec board |
Hi all!
Hope you're all well!
Well, I finally got my upgrade of CCS working (don't get me started )
I have the Furterlec Ethernet Mini Board http://www.futurlec.com/Mini_Ethernet.shtml ... |
|