Author |
Message |
Topic: 33FJ64GP802 Audio DAC clock problem |
mkent
Replies: 1
Views: 4967
|
Forum: General CCS C Discussion Posted: Thu Jun 09, 2011 7:49 pm Subject: 33FJ64GP802 Audio DAC clock problem |
A picture of the DAC output. The first 540 degrees represents a high and is at 3600 Hz, the next 360 degrees repesents a low and is at 2400 Hz. Note the cursors and the readout.
http://i20.photob ... |
Topic: 33FJ64GP802 Audio DAC clock problem |
mkent
Replies: 1
Views: 4967
|
Forum: General CCS C Discussion Posted: Thu Jun 09, 2011 5:06 pm Subject: 33FJ64GP802 Audio DAC clock problem |
I am using the Audio DAC on the '802 to create a minimum shift keying modulation of 2400 Hz and 3600 Hz.
The auxiliary oscillator setup is found in the Oscillator part 3 of the dsPIC33F Family Ref. ... |
Topic: Measuring MIPS with Output instructions |
mkent
Replies: 10
Views: 15564
|
Forum: General CCS C Discussion Posted: Thu Jun 09, 2011 4:17 pm Subject: Measuring MIPS with Output instructions |
Ttelmah, I get this error when I try to use the stopwatch with a MIPS of 22 Mhz.
ADC-W0007: Cannot meet full accuracy with RC clock source and Frequency > 20Mhz
I am going to start a new thr ... |
Topic: Measuring MIPS with Output instructions |
mkent
Replies: 10
Views: 15564
|
Forum: General CCS C Discussion Posted: Thu Jun 09, 2011 3:06 pm Subject: Measuring MIPS with Output instructions |
Thanks for the replies.
PCM the stopwatch won't work above 20 Mhz.
My only question now is about clock cycles vs instruction cycles. The PIC33 has 2 clock cycles for each instruction cycle.
So ... |
Topic: Measuring MIPS with Output instructions |
mkent
Replies: 10
Views: 15564
|
Forum: General CCS C Discussion Posted: Thu Jun 09, 2011 12:53 pm Subject: Measuring MIPS with Output instructions |
Thanks SherpaDoug,
This is the list file:
154: // Main Code
155: while (1)
156: {
157: output_high ... |
Topic: PCM programmer 10,000 posts |
mkent
Replies: 21
Views: 17820
|
Forum: General CCS C Discussion Posted: Thu Feb 19, 2009 1:09 am Subject: PCM programmer 10,000 posts |
Congratulations and thank-you for your gracious help over many years. |
Topic: Coil driver design? |
mkent
Replies: 18
Views: 18822
|
Forum: General CCS C Discussion Posted: Wed Nov 26, 2008 12:02 pm Subject: Coil driver design? |
TI / Burr-Brown make things easy with the DRV 101 series drivers.
http://focus.ti.com/docs/prod/folders/print/drv101.html |
Topic: How to read wide range of small current - 20ua through 200ua |
mkent
Replies: 3
Views: 4167
|
Forum: General CCS C Discussion Posted: Wed Aug 06, 2008 9:16 am Subject: How to read wide range of small current - 20ua through 200ua |
You could use a op amp in the current to voltage mode to change the 20 - 200 ua to .4 - 4 volts; then feed the A/D.
Google "op amp current voltage" |
Topic: PIC24/dsPICĀ® Compiler Comments |
mkent
Replies: 36
Views: 124054
|
Forum: General CCS C Discussion Posted: Wed Aug 06, 2008 9:05 am Subject: PIC24/dsPICĀ® Compiler Comments |
It is probably a "typo" error. Look in your device .h file to see if the device is correctly identified. You should report this to CCS. |
Topic: rtos dsPic soft reset |
mkent
Replies: 1
Views: 3173
|
Forum: General CCS C Discussion Posted: Fri Jul 18, 2008 8:24 am Subject: rtos dsPic soft reset |
I don't think you can run your clock at 118 MHZ. There is a post divider that has a minimum divide of 2 so your clock would be 58,976,000
This is incorrect; the default post scale is di ... |
Topic: Using special function registers, not the built in functions |
mkent
Replies: 11
Views: 8265
|
Forum: General CCS C Discussion Posted: Tue Jun 03, 2008 7:04 pm Subject: Using special function registers, not the built in functions |
It would appear that all the PCD folk did??? LOL |
Topic: sd card voltage level converter |
mkent
Replies: 2
Views: 3643
|
Forum: General CCS C Discussion Posted: Tue Jun 03, 2008 12:33 pm Subject: sd card voltage level converter |
Look at the min high input for a 5v VCC. It looks marginal to me. TI and others have announced some new chips designed for level conversions and they may be a safer choice. Also look at the 74CX125 ... |
Topic: Problems initializing LCD with PIC24HJ |
mkent
Replies: 1
Views: 2937
|
Forum: General CCS C Discussion Posted: Wed Apr 23, 2008 11:48 am Subject: Problems initializing LCD with PIC24HJ |
Some LCD's need a pull-up resistor on the enable line. (Optrex). |
Topic: Question on CCS PCD compiler |
mkent
Replies: 2
Views: 3545
|
Forum: General CCS C Discussion Posted: Wed Apr 23, 2008 8:57 am Subject: Question on CCS PCD compiler |
Hello Cbarberis, I have been trying to use a DSP33 for a data collection project as I need the large RAM.
I am NOT a PIC or C expert and always struggle a bit; that being said:
I got a LCD working, ... |
Topic: DSPIC33 using DMA |
mkent
Replies: 11
Views: 15796
|
Forum: General CCS C Discussion Posted: Thu Apr 10, 2008 3:36 pm Subject: DSPIC33 using DMA |
It looks like a typo; sfr:ADC... or sfr_ADC...
Try changing the .h file to the _ ?
I have found a few typos like this. |
|