0
我正確連接了USBasp並更新了固件。 沒有生成錯誤,並選擇USBasp作爲工具後,它說avrdud已準備好,但我的領導不會打開。代碼不會加載到我的attiny2313微控制器
這是USBASP樣之後,顯示的內容:
avrdude.exe: set SCK frequency to 32000 Hz
avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update.
avrdude.exe: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude.exe: Device signature = 0x1e910a
avrdude.exe done. Thank you.
我使用愛特梅爾工作室7和筆記本電腦是Windows 10 64位
請詳細解釋一下,這導致」不打開?是它導致你的MCU或者領導USBASP。如果你的意思是對MCU的帶領下,請張貼代碼,在構建任何錯誤並不意味着你的代碼是正確的,但如果它是由USBasp引導的,也許你應該檢查你的佈線。 – dpw