Which all seems good for an 18F2455/2550/4455/4550 series.
Some of the newer chips use $200 for the USBMEMORYADDRESS.
But that's taken care of automatically.
Which PIC are you using?
Which all seems good for an 18F2455/2550/4455/4550 series.
Some of the newer chips use $200 for the USBMEMORYADDRESS.
But that's taken care of automatically.
Which PIC are you using?
DT
I use a 4550, the one I used for the original Demo ...
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
Is that the only error you get?
I suspect there may be another error before that one?
DT
Halas no ...
it is the only error reported ...
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
I don't know Ace.
But since I've already duplicated it for others, I know it works.
Your actual code might reveal something one of us missed.
Just zip the whole folder.
DT
Ummm, Do you still have the 18F4550.bas or .bal file from the old program leftover in your project folder.
You should not. It will override the files in the PBP folder.
Last edited by Darrel Taylor; - 18th March 2010 at 18:17.
DT
Thanks DT that cleared my errors and I can compile under 2.60 !!
Is there anything else I have to do to optimize for 4550?
Under 2.50a code was 28,785bytes but under 2.60 it has increased to 29,309.
I have another problem with ver 2.60. It compiles correctly, but when programmed into my device it won't do as it did when compiled with ver 2.50.
My program checks if the USB-plugg is connected and if it is'nt the program will sleep. If plugged, the program will wait for a character on the USB-bus. But now it jumps to a location in the code where it should not be. I'm also using Darrel Taylors USB_ASM_service.
Can someone help me, please.
Bookmarks