Oh, and 1 more.
In Microcode studio, goto
View | Compile and Program options | Compiler tab
And select the INHX8M radio button.
<br>
Oh, and 1 more.
In Microcode studio, goto
View | Compile and Program options | Compiler tab
And select the INHX8M radio button.
<br>
DT
Dear Darrel Taylor,
Thank you very much..compilled succesfully but few warnings..
commented like this :
ALL ; __CONFIG _CONFIG1L, _PLLDIV_5_1L & _CPUDIV_OSC1_PLL2_1L & _USBDIV_2_1L
ALL ; __CONFIG _CONFIG1H, _FOSC_HSPLL_HS_1H
ALL ; __CONFIG _CONFIG2H, _WDT_ON_2H & _WDTPS_512_2H
ALL ; __CONFIG _CONFIG3H, _PBADEN_OFF_3H
ALL ; __CONFIG _CONFIG4L, _LVP_OFF_4L & _XINST_OFF_4L
i selected only INHX8M radio button in View | Compile and Program options | Compiler tab
and disabled rest..
I'll let you know its behavior after programming the IC tonight ..
Thanks again..
Warm Regards...
Ha Ha Ha
That's funny.
Very close,
but no cigar.
should be...Code: ; __CONFIG _CONFIG1L, _PLLDIV_5_1L & _CPUDIV_OSC1_PLL2_1L & _USBDIV_2_1L ; __CONFIG _CONFIG1H, _FOSC_HSPLL_HS_1H ; __CONFIG _CONFIG2H, _WDT_ON_2H & _WDTPS_512_2H ; __CONFIG _CONFIG3H, _PBADEN_OFF_3H ; __CONFIG _CONFIG4L, _LVP_OFF_4L & _XINST_OFF_4L
DT
Hey, It's mister_e's thread.
I gotta use the dancing WooHoo.
EDIT: And if it weren't for the 40 posts per page, you'd know why we were dancing ...
Pevious post
<br>
Last edited by Darrel Taylor; - 25th August 2007 at 09:53. Reason: 40 Posts/page
DT
Hi,
Im in trouble again..not detecting my usb device..18F4550(compiled successfully).
Iam using 20 mhz 22pf so i modified steve's code like this:
__CONFIG _CONFIG1L, _PLLDIV_5_1L & _CPUDIV_OSC1_PLL2_1L & _USBDIV_2_1L
__CONFIG _CONFIG1H, _FOSC_XTPLL_XT_1H & _FCMEN_OFF_1H & _IESO_OFF_1H (updated my mplab to 7.60)
tried :
__CONFIG _CONFIG1L, _PLLDIV_5_1L & _CPUDIV_OSC3_PLL4_1L & _USBDIV_2_1L
post # 44(no luck).
and your "http://www.darreltaylor.com/files/USBDemo2_DT.txt" also but
INCLUDE "DT_INTS-18.bas" not found error..
waiting for your reply..
Thank you...
For a 20Mhz crystal ...
>> and your "http://www.darreltaylor.com/files/USBDemo2_DT.txt" also butCode:__CONFIG _CONFIG1L, _PLLDIV_5_1L & _CPUDIV_OSC1_PLL2_1L & _USBDIV_2_1L __CONFIG _CONFIG1H, _FOSC_HSPLL_HS_1H & _FCMEN_OFF_1H & _IESO_OFF_1H
>> INCLUDE "DT_INTS-18.bas" not found error..
You can download the files from here ...
http://darreltaylor.com/DT_INTS-18/home.html
<br>
DT
Hello All,
I'm new in USB.Althought i have tried all the steps necessary steps in order to compile the USB CDC source,i'm not succeeding in doing so.The errors are this :
What could be the problem?
Waiting for help
Regards.
Bookmarks