Last week I finally received my very own FlowKit and today I tried to debug a hardware prototype I've been working on. This is custom hardware and to make debugging easier, I wanted to use pins A0 and D4 as ICD clock and data pins.
I have adjusted the settings in the 'Project options'-window, but now my Flowcode program won't compile anymore.
This is the compiler message window output:
Code: Select all
File name: X:\xxx\test 20.c
Generated by: Flowcode v4.3.7.63
Date: Tuesday, June 01, 2010 11:51:33
Licence: Professional
Registered to: xxx
http://www.matrixmultimedia.com
Launching the compiler...
C:\Program Files (x86)\Matrix Multimedia\Flowcode V4\BoostC\boostc.pic18.flowcode.exe -v -t PIC18F4685 "test 20.c"
................................................................................................
Return code = 1
Flowcode was unable to compile the flowchart's C code due to the following errors:
If your flowchart contains C code, please review this carefully. If your flowchart contains no C-code or you have thoroughly reviewed the code, contact Technical Support.
FINISHED
I also tried looking for an updated driver for my Flowkit, but I can't find it anywhere on the site. The HP299 is only mentioned in PDF-files, there is no dedicated page.

Thanks in advance for your help.
Paul