Unable to compile to Hex

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 4.
To post in this forum you must have a registered copy of Flowcode 4 or higher. To sign up for this forum topic please use the "Online Resources" link in the Flowcode Help Menu.

Moderator: Benj

Post Reply
mario1
Posts: 8
Joined: Fri Apr 08, 2011 3:55 am
Has thanked: 18 times
Contact:

Unable to compile to Hex

Post by mario1 »

Hi
This is regarding the example flowcode files in flowcode4 pro cd.I tried to compile the example "Single servo motor control" file to a hex file.But it says failure.Any suggestions to fix that.
Mario1
Attachments
1. Single servo motor control.fcf
(5.5 KiB) Downloaded 227 times

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: Unable to compile to Hex

Post by medelec35 »

Hi Mario1,
Although you have not got servo connected to any ports, the main reason for failure is:
You will need to use a microcontroller with 2PWM channels (it uses CCP part of PWM) e.g 16F883, unlike 16F88 which only has one.

Same question was asked here:
http://www.matrixmultimedia.com/mmforum ... 990#p23982

Martin
Martin

Post Reply