I use MPASM v.5.03 and MPLAB v.7.60.
I reinstalled MPLAB.
I tried both 2550 and 4550 too. Same errors with them too.
I use MPASM v.5.03 and MPLAB v.7.60.
I reinstalled MPLAB.
I tried both 2550 and 4550 too. Same errors with them too.
Don't worry be happy....
Still compile fine here...
Sure there's something weird in your PBP installation... well i think
Anybody here still have 2.46 and may compile all the above?
P.S.: to place your code in a window like i did, just type
[code]
Paste your code here
[/code]
Please check you p18F2455.INC file in MPASM SUITE folder and search for TRNIF...line 234 or so
Code:;----- UIR Bits ----------------------------------------------------- URSTIF EQU H'0000' UERRIF EQU H'0001' ACTVIF EQU H'0002' TRNIF EQU H'0003' IDLEIF EQU H'0004' STALLIF EQU H'0005' SOFIF EQU H'0006'
Last edited by mister_e; - 4th July 2007 at 17:26.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Thank you folks. I eventually found what the 'bug' is.
I reinstalled MPLAB v.7.61 and MPASM v.5.11.
The 'bug' was that I did not specify the path for Compiler.
In the menu there is Compile and Program Options under View tab.
In the Assembler tab I specified the path for MPASM, i.e C:\Program Files\Microchip\MPASM Suite.
I will post my VB code as soon as I write. This thread is not finished yet.
Thanks to Steve and Skimask.
Don't worry be happy....
plz abdy37 can you post your code!
I have the same project than you and i having problems finding what functions to use to send the data to the pc via USB
I m usinf c18 to write my code
i have written the code that does the conversion, and i still have to write the code that send the converted data to the pc via usb
It would be great if you can post your code so i could learn from it to write my own code
thanks a lot
Hi armand1987. How you're doing? I will try to upload it to the thread, or
alternatively post it your mail. But only tomorrow or later. What do you need it for?
Is that a university project, or thesis.
Regards.
Don't worry be happy....
hey abdy37!
i need it for my university project where we want to send converted data using the ADC from the USB port of the 18F14550.
you can send your code to [email protected]
10x for all ur help!!!
Last edited by armand1987; - 31st March 2009 at 13:07.
Bookmarks