1
Messages
This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.
Messages - KiloOne
2
USB Infrared Toy / Re: Source files, error in opening r1611.v22 in MPLAB X IDE
1. I start with SVN release 2177.
2. Open USBIRToy.X (in the trunkUSB_IR_ToyFirmware-main directory) in Mplab x IDE v2.3 (13 missing files)
3. Remove all 13 missing files from project.
4. Import USBdemo-18F2550-irToy.mcp (MPLAB 8 project) from the trunkUSB_stackecho directory.
5. Now copy these files from the USBdemo-18F2550-irToy project to the USBIRToy project: prj_usb_config.h, cdc.c and usb_stack.c
6. Close the USBdemo-18F2550-irToy project
7. Build the USBIRToy project and get a no errors build with a 36,939 byte hex file.
Lets hope I can load it with my PicKit3 when I get my Toy AND that it works.
Dale
3
USB Infrared Toy / Re: Source files, error in opening r1611.v22 in MPLAB X IDE
I checked out the latest SVN and there are even more errors when trying to compile.
I am sure there are a bunch of guys that are using the Toy with the new USB stack and possibly some have built a v3 with the new processor but I don't think they are using MPLAB X or they just don't have the time to share or make sure their edits work in MPLAB X.
I will persevere a bit more here but I doubt I will be able to play with the source when my Toy gets here.
It is kind of ironic that I find this great project that uses a PIC processor but I can't use Microchips current development platform to work with its source code.
Dale
4
USB Infrared Toy / Source files, error in opening r1611.v22 in MPLAB X IDE v2.3
Error: Project "USBIRToy" refers to file "IRIO.h" which does not exist in the disk. The project failed to load.
Error: Project "USBIRToy" refers to file "IrReflect.h" which does not exist in the disk. The project failed to load.
Error: Project "USBIRToy" refers to file "hal_Lin_m.h" which does not exist in the disk. The project failed to load.
Error: Project "USBIRToy" refers to file "usb_config.h" which does not exist in the disk. The project failed to load.
Error: Project "USBIRToy" refers to file "IRIO.c" which does not exist in the disk. The project failed to load.
Error: Project "USBIRToy" refers to file "IrReflect.c" which does not exist in the disk. The project failed to load.
Error: Project "USBIRToy" refers to file "hal_Lin_m.c" which does not exist in the disk. The project failed to load.
I can find these files in the Firmware-old-MicrochipUSB directory but I don't think I should just use the files from there.
What can I do to properly load this project without error?
Thanks,
Dale