as English is not my native language the description of my problem is not fluent. I do hope you're understanding anyway and give me its solution.

I've programmed the PIC16F88 which is normally plugged in the MCU-Multiprogrammer EB-006-00-6 with "Flowcode V3" successful. The Multiprogrammer is connected by an USB-Hub to my PC on which "Flowcode V3" is running.
Now I'd like to control the PIC18F2550 by using the USB_PACK which I've installed to "Flowcode V3". The PIC18F2550 is one of the PIC which are suggested In the PowerPoint-Demonstration of the USB_Pack. So I've pulled out the PIC16F88 form the Multiprogrammer before plugging the PIC18F2550. The multiprogrammer is connected to the Flowcode-PC in the same way by an USB-HUB. Also all switches of the Multiprogrammer are in the same position as with an plugged in PIC16F88. XTAL is selected as oscillator in "Flowcode V3".
After connecting the Multiprogrammer to my PC I start "Flowcode V3" an select PIC18F2550 as target for a new flowcode program. The PIC18F2550 is shown in the display image. For the first try my program switches all LED which are connected to PORT B on for 1000ms and then off for 500ms in an endless loop. The simulation of the program is working without any problems.
BUT now the porblem(s) starts:
- By pressing the menu button chip -> target the former selected PIC18F2550 is shown as target
- After pressing chip -> configuration the PIC18F2550 is not displayed in the list of "Select chip:". Also pressing the Button Autodetect fails with the message "PICmicro not found from ID 0x3C00 Please enter the chip name". After entering PIC18F2550 I press OK. Now the failure message "PIC section not found: [18F2550]" appears. I confirm it by pressing OK.
- Now I take the suggestion and press the button Switch to expert screen. There I can "Select Chip:" to PIC18F2550. After pressing Autoddetect PICmicro the failure massage "PICmicro not found from ID 0x3C00 Please enter the chip name" appears again. After writing PIC18F2550 and pressing OK the massage "PICmicro changed to PIC18F2550" is displayed. I confirm this message by pressing OK.
- NOW all seems to be ok. But chip -> compile to chip fails. That means the compilation runs without any problem but transferring the HEX code to the PIC18F2550 fails with additional failure messages.
Can you tell me please what configurations I've to change in order to be able to program the PIC18F2550 in the described way and control it by LabVIEW using the functions of the USB-PACK?
Thank you very much for your suggestions and help.
Regards,
BeFu
- The target is the way -