Hi,

you might also try bitbanging using the ftdi_syncbb programmer type. (files
ft245r.[ch])

The FT2232D should implement synchronous bitbanging the same way as the
older chips do.

However to use inverted pins you need to implement them first. Also there is
no support for buf pins at the moment.


René

-----Ursprüngliche Nachricht-----
Von: avrdude-dev-bounces+r.liebscher=gmx...@nongnu.org
[mailto:avrdude-dev-bounces+r.liebscher=gmx...@nongnu.org] Im Auftrag von
"Ing. Daniel Rozsnyó"
Gesendet: Dienstag, 27. November 2012 19:15
An: James Heller
Cc: avrdude-dev@nongnu.org
Betreff: Re: [avrdude-dev] Fwd: avrftdi

I think, that is not possible. It is not even possible to remap the 
signals to other pins, due to "hardware acceleration" by the MPSEE unit.

Could you solve the problem in the hardware, by using a single invertor 
gate (e.g. in SOT23-5 package) ?

BTW, which avr chip uses such a strange way of programming?

Daniel


On 11/27/2012 07:06 PM, James Heller wrote:
> I'm using the avrftdi programmer in avrdude to drive an FT2232D chip. Is
> there any way I can invert just the clock signal? The chip I'm trying to
> program clocks data on the falling edge, instead of the rising edge. I
> tried prefixing the clock pin with a tilde (~) in the config file, but it
> doesn't seem to have any affect.
>
> Much appreciated,
>
> James
> _______________________________________________
> avrdude-dev mailing list
> avrdude-dev@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/avrdude-dev
>

_______________________________________________
avrdude-dev mailing list
avrdude-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avrdude-dev


_______________________________________________
avrdude-dev mailing list
avrdude-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to