Driver Information

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
DILJINDER SINGH
Posts: 7
Joined: Fri Mar 05, 2010 11:46 am

Driver Information

Post by DILJINDER SINGH »

HELLO SEAN

KINDLY TELL THAT WHICH DRIVER IS REQUIRED FOR SOFTWARE

- One that works with Atmels software, but not our software.
- One that works with our software, but not with Atmels
- One that works with both.

THANKS IN ADVANCE

REGARDS

DILJINDER SINGH

User avatar
DavidA
Matrix Staff
Posts: 1076
Joined: Fri Apr 23, 2010 2:18 pm
Location: Matrix Multimedia Ltd
Has thanked: 58 times
Been thanked: 258 times
Contact:

Re: Driver Information

Post by DavidA »

The driver that can work with both is located here:

http://www.matrixmultimedia.com/mmforum ... .php?id=97

But your programmer settings need to be correct, if you are programming with AVRstudio already then you are better off just changing your programmer settings to the the following.

Open the Flowcode 'Chip -> Compiler Options' menu

Make the following changes in the two indicated text boxes in Programmer section of the Compiler Options panel

Location:
C:\Program Files\Atmel\AVR Tools\STK500\Stk500.exe

Parameters:
-cUSB -d%t -e -if"%D\%f.hex" -pf -vf

Note: The location string is the default installation location for AVR Studio. If you have installed AVR Studio in a different location, you will need to change the string accordingly.

Post Reply