Programmer not found.

An area to discuss 32-bit PIC specific problems and examples

Moderator: Benj

Post Reply
Pascal_2016
Posts: 89
Joined: Wed Aug 31, 2016 4:48 pm
Been thanked: 4 times
Contact:

Programmer not found.

Post by Pascal_2016 »

Hello,
I have the new version Flowcode v7.3.0.5 installed on my machine and released "Compile to Chip" error message after calling "ipecmd.exe"
Programmer not found. "ipecmd.exe" is installed and located in the same location as specified in the "Compiler Messages" window.

How can I accept the mistake?

You are looking for:

Target folder: C:\PR1D46~1
Source name: C:\Projekte_Flowcode_7\Flowcode1_32Uno.fcfx
Title: Digilent - Basic IO Shield
Description: This template allows users to quickly and simply get up and running with their hardware.
The default microcontroller for this template board is the 32bit PIC32MX320F128H found
on the Uno32 hardware.
It features;
4x push-switch, 4x slide switch
8x LEDS, 1x Potentiometer
1x OLED Screen
Device: PIC32.32MX.ChipKIT Uno32 PICKIT
Generated by: Flowcode v7.3.0.5
Date: Monday, January 15, 2018 13:43:07
Users: 1
Registered to: HansJuergenHalder
Licence key: 6D8D0G
NICHT FÜR KOMMERZiELLE ANWENDUNGEN
http://www.matrixtsl.com
Start des Compilers...
C:\Program Files (x86)\Flowcode 7\compilers\pic32\bin\xc32-gcc.exe -mprocessor=32MX320F128H -O1 -o "Flowcode1_32Uno.elf" "Flowcode1_32Uno.c"

Start von Linker/Assembler...
C:\Program Files (x86)\Flowcode 7\compilers\pic32\bin\xc32-bin2hex.exe "Flowcode1_32Uno.elf"

Start des Programmers...
C:\Program Files (x86)\Microchip\MPLABX\v3.30\mplab_ipe\ipecmd.exe /P32MX320F128H /F"C:\PR1D46~1\Flowcode1_32Uno.hex" /TPPK3 /M /OL
Programmer not found.

C:\Program Files (x86)\Microchip\MPLABX\v3.30\mplab_ipe\ipecmd.exe Hat den Fehlercode 9 gemeldet

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Programmer not found.

Post by Benj »

Hello,

"Programmer not found." means that the Microchip IPE software cannot find the PICkit 3 hardware.

Do you have the PICkit 3 connected and are you using the PICkit with any other piece of software e.g. MPLABX or the GUI version of IPE?

User avatar
QMESAR
Valued Contributor
Valued Contributor
Posts: 1287
Joined: Sun Oct 05, 2014 3:20 pm
Location: Russia
Has thanked: 384 times
Been thanked: 614 times
Contact:

Re: Programmer not found.

Post by QMESAR »

Just to add what Ben has said
If you perhaps have old MPLAB and MPLABX installed then you need to use the Driver Switcher (installed with Mplabx ) to switch the drivers to the MPLABx and IPE. Mplab 8 does not support IPE out of the box

Post Reply