AVRDUDE "B" parameter

Hello everyone,

Im receiving this error:

avrdude: set SCK frequency to 187500 Hz
avrdude: error: program enable: target doesn’t answer. 1
avrdude: initialization failed, rc=-1

How can I edit to set SCK frequency to 32 khz? For some reason the programmer reads with that frequency.

Thanksvisual_studio_error

Look in the avrdude documentation for the -B parameter

In the avrdude folder I have these files:

Any of these to edit? or Do you refer from visual studio instead?

Just add -B16 to the command line when you avrdude

Thanks!