Author |
Message |
Topic: HW UART, Disable TX pin? |
Tre
Replies: 1
Views: 5104
|
Forum: General CCS C Discussion Posted: Sun Oct 28, 2012 11:06 pm Subject: HW UART, Disable TX pin? |
Is it possible to disable/float the transmit pin of the HW UART?
Essentially, I only want the PIC to listen to the RS232 bus but not be able to affect the current bus transmissions. (Obviously the ... |
Topic: Fuse settings for 30F6012A |
Tre
Replies: 4
Views: 8686
|
Forum: General CCS C Discussion Posted: Sun Sep 09, 2012 10:05 am Subject: Fuse settings for 30F6012A |
I am using MPLAB-X (v1.4) and CCS 4.13.
When I try to program the device (dsPIC30F6012a), I always get the following error:
Address: f80004 Expected Value: 8000 Received Value: 8700
I have trac ... |
Topic: dsPIC + DFT or FFT? |
Tre
Replies: 0
Views: 3494
|
Forum: General CCS C Discussion Posted: Sun Jan 11, 2009 11:49 pm Subject: dsPIC + DFT or FFT? |
I am starting a project that requires looking at the (precise) amplitude of spectral components in a signal. I stuck a dsPIC on the board because it has a 12 bit ADC and a lot of architectural suppor ... |
Topic: USB CDC printf is hanging |
Tre
Replies: 6
Views: 11718
|
Forum: General CCS C Discussion Posted: Sat Feb 16, 2008 1:31 pm Subject: update |
So instead of battling with the CCS CDC implementation and figuring out where the problem is, I converted my code to use USB Bulk transfers and rewrote the PC software to use the microchip DLL. It wo ... |
Topic: USB CDC printf is hanging |
Tre
Replies: 6
Views: 11718
|
Forum: General CCS C Discussion Posted: Thu Feb 14, 2008 12:09 pm Subject: USB CDC printf is hanging |
I do no think it is hardware or power related either. I believe it is a firmware issue with CCS's implementation of the CDC stack. |
Topic: USB Problem with CCS functions on PIC18F4550 |
Tre
Replies: 3
Views: 7415
|
Forum: General CCS C Discussion Posted: Wed Feb 06, 2008 4:45 pm Subject: USB Problem with CCS functions on PIC18F4550 |
http://www.ccsinfo.com/forum/viewtopic.php?t=33582 for reference |
Topic: USB Problem with CCS functions on PIC18F4550 |
Tre
Replies: 3
Views: 7415
|
Forum: General CCS C Discussion Posted: Wed Feb 06, 2008 4:44 pm Subject: USB Problem with CCS functions on PIC18F4550 |
I have exactly the same problem, please look at my thread just a few posts before yours. Maybe we can compare notes and get to the bottom of this, I suspect it is a buffer problem somewhere with CDC. ... |
Topic: USB CDC printf is hanging |
Tre
Replies: 6
Views: 11718
|
Forum: General CCS C Discussion Posted: Wed Feb 06, 2008 12:49 pm Subject: USB CDC printf is hanging |
I have been having this problem for a while and it has been driving me crazy, after a while the PIC will hang when sending out data over USB and CDC. It occurs after maybe an hour of sending/receivin ... |
Topic: USB Bootloader and Reset Problem |
Tre
Replies: 1
Views: 2962
|
Forum: General CCS C Discussion Posted: Tue Dec 18, 2007 11:05 pm Subject: USB Bootloader and Reset Problem |
So it appears that when it gets into this "state" the oscillator isn't oscillating. I don't do any kind of oscillator switching, just an external resnator at 10MHz.
Any ideas? |
Topic: USB Bootloader and Reset Problem |
Tre
Replies: 1
Views: 2962
|
Forum: General CCS C Discussion Posted: Tue Dec 18, 2007 10:47 pm Subject: USB Bootloader and Reset Problem |
I recently converted a PIC18F4455 project to use a bootloader. After playing with the Microchip USB Bootloader and tweaking my code I finally got it working.
However, I noticed a new problem this ... |
Topic: USB HID Problem - Works in Windows but not MAC OSX or LINUX |
Tre
Replies: 2
Views: 4620
|
Forum: General CCS C Discussion Posted: Mon Apr 09, 2007 9:36 pm Subject: ? |
Anyone? |
Topic: USB HID Problem - Works in Windows but not MAC OSX or LINUX |
Tre
Replies: 2
Views: 4620
|
Forum: General CCS C Discussion Posted: Sat Apr 07, 2007 3:20 pm Subject: USB HID Problem - Works in Windows but not MAC OSX or LINUX |
I am having some problems with an HID Device that I have created. I have been battling this for a few months now, trying nearly everything that I can think of.
It works fine in Windows. However ... |
Topic: USB HID Devices and Operating System problems x64 & OS X |
Tre
Replies: 0
Views: 2987
|
Forum: General CCS C Discussion Posted: Tue Sep 12, 2006 12:33 pm Subject: USB HID Devices and Operating System problems x64 & OS X |
I am trying to get an HID device working on x64. It works fine on x32 and 98-XP. Last time I checked, it also didn't work with MacOS X. Do you have any suggestions?! The code is just a slight modi ... |
Topic: CCS Compiler Bug? |
Tre
Replies: 1
Views: 4730
|
Forum: General CCS C Discussion Posted: Wed Mar 29, 2006 10:17 am Subject: CCS Compiler Bug? |
Just an FYI for those that run into this, if you #define PIC18F2455 before you include any headers, the compiler will crash in module PCH.dll. Might help to have the parser check for this or at least ... |
Topic: Questions concerning multiplcation of square wave frequency |
Tre
Replies: 5
Views: 7189
|
Forum: General CCS C Discussion Posted: Wed Mar 29, 2006 10:11 am Subject: Digital PLL |
What you are trying to do is create a digital PLL. You want to lock onto an incoming waveform and then modify the duty cycle. I can see a lot of potential problems with this. Particularly, you don' ... |
|