Re: FTDI plus Atmel AVR programming

2023-01-10 Thread Didrik Madheden
On Tue, 10 Jan 2023 at 23:00, Joerg Wunsch wrote: > > type = ft245r; > > I don't think you can name the programmer type "ft245r". You have to > name it "ftdi_syncbb". Iirc it depends on the build. ft245r is for builds interfacing with FTDI's driver, whereas ftdi_syncbb is for builds interfacing

Re: FTDI plus Atmel AVR programming

2023-01-10 Thread Joerg Wunsch
As Didrik Madheden wrote: > Yes, this is supported, but you need to add a programmer definition to > tell avrdude which pin is used for what. You should be able to use > this programmer in two different modes, but each mode has advantages > and disadvantages. Serbb, which is very slow. Or

Re: FTDI plus Atmel AVR programming

2023-01-10 Thread Didrik Madheden
Yes, this is supported, but you need to add a programmer definition to tell avrdude which pin is used for what. You should be able to use this programmer in two different modes, but each mode has advantages and disadvantages. Serbb, which is very slow. Or ft245r/ftdi_syncbb mode, which is using

FTDI plus Atmel AVR programming

2023-01-10 Thread Alexander
Hi, I make programmer by using this schema: http://kmpu.ru/other/ft232rl_usb-programmator-avr/_img/fig2.gif From article http://kmpu.ru/other/ft232rl_usb-programmator-avr/index.html As I can use avrdude with this device ? Config, parametrs... Or currently avrdude not support this device ? May