欢迎来到天天文库
浏览记录
ID:57220959
大小:283.66 KB
页数:4页
时间:2020-08-06
《用一块Arduino给另一块Arduino烧写bootloader.docx》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、UsinganArduinoasanAVRISP(In-SystemProgrammer)ThistutorialexplainshowtouseanArduinoboardasanAVRISP(in-systemprogrammer).ThisallowsyoutousetheboardtoburnthebootloaderontoanAVR(e.g.theATmega168orATmega328usedinArduino).Thecodeinthisexampleisbasedonthemega-ispfirmwarebyRan
2、dallBohn.InstructionsTouseyourArduinoboardtoburnabootloaderontoanAVR,youneedtofollowafewsimplesteps.1.OpentheArduinoISPfirmware(inExamples)toyourArduinoboard.2.NoteforArduino1.0:youneedtomakeonesmallchangetotheArduinoISPcode.Findthelineintheheartbeat()functionthatsays"
3、delay(40);"andchangeitto"delay(20);".3.SelecttheitemsintheTools>BoardandSerialPortmenusthatcorrespondtotheboardyouareusingastheprogrammer(nottheboardbeingprogrammed).4.UploadtheArduinoISPsketch.5.WireyourArduinoboardtothetargetasshowninthediagrambelow.(NotefortheArduin
4、oUno:you'llneedtoadda10uFcapacitorbetweenresetandground.)6.SelecttheitemintheTools>Boardmenuthatcorrespondstotheboardonwhichyouwanttoburnthebootloader(nottheboardthatyou'reusingastheprogrammer).Seetheboarddescriptionsontheenvironmentpagefordetails.7.SelecttheArduinoasI
5、SPintheTools>Programmermenu.8.UsetheBurnBootloadercommand.NoteThisprocedureworkswiththeboardsthathavetheSPIsignalsontheindicatedpins.Forboardsforwhichthisisn'tvalid(32u4boardslikeLeonardo)theSPIsignalshavetobeconnectedtotheISPconnectorwhosepinoutisreportedbelow.Circuit
6、(targetingArduinoUno,Duemilanove,orDiecimila)AnArduinoboardservingasanISPtoprogramtheATmegaonanotherArduinoboard.OntheArduinoUno,you'llneedtoconnecta10uFcapacitorbetweenresetandground(afteruploadingtheArduinoISPsketch).Notethatyouneedaccesstotheresetpinonthetargetboard
7、,whichisn'tavailableonNGorolderboards.Circuit(targetingArduinoNGorolder)OnNGorolderboards,connecttheresetwiretopin1oftheAtmegachipontheboard,asshownabove.Circuit(targetinganAVRonabreadboard)SeetheArduinotoBreadboardtutorialfordetails.UsinganArduinoboardtoprogramanATmeg
8、a.Becausenoexternalclocksourceisconnected,theATmegamustbeconfiguredtouseitsinternalclock.UsinganArduinoboardtoprogram
此文档下载收益归作者所有