{"id":3303,"date":"2013-05-29T09:21:38","date_gmt":"2013-05-29T00:21:38","guid":{"rendered":"http:\/\/mkusunoki.net\/?p=3303"},"modified":"2013-12-06T21:57:51","modified_gmt":"2013-12-06T12:57:51","slug":"arduino-uno-r2r3-%e3%81%a8-mega2560-r3-%e3%81%ae-fuses-%e3%81%a8-lock-bits","status":"publish","type":"post","link":"https:\/\/mkusunoki.net\/?p=3303","title":{"rendered":"Arduino UNO R2,R3 \u3068 MEGA2560 R3 \u306e Fuses \u3068 Lock bits"},"content":{"rendered":"<p>\nEvernote \u306b\u3082\u4fdd\u5b58\u3057\u3066\u307e\u3059\u304c\u3001\u8ab0\u304b\u304c\u56f0\u3063\u305f\u3068\u304d\u306e\u30ea\u30ab\u30d0\u30ea\u306b\u5f79\u7acb\u3064\u304b\u3082\u77e5\u308c\u306a\u3044\u306e\u3067\u8cbc\u3063\u3066\u304a\u304f\u6b21\u7b2c\u3002UNO \u306f DIP \u30d1\u30c3\u30b1\u30fc\u30b8\u3067\u3059\u3002\u78ba\u8a8d\u306b\u4f7f\u7528\u3057\u305f\u30d7\u30ed\u30b0\u30e9\u30e0\u306f Atmel Studio 6 \u304b\u3089\u8d77\u52d5\u3057\u305f Device Programming\u3002\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306f AVRISP MKII \u3067\u3059\u3002\n<\/p>\n<p>\nATMEGA168 \u3092\u5185\u8535\u30aa\u30b7\u30ec\u30fc\u30bf 8MHz \u306e\u30af\u30ed\u30c3\u30af\u3067\u52d5\u4f5c\u3055\u305b\u308b\u5834\u5408\u3002Arduino IDE \u304b\u3089\u306f Arduino Pro or Pro Mini (3.3V, 8 MHz) w\/ ATmega168 \u306e\u30dc\u30fc\u30c9\u30bf\u30a4\u30d7\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002F_CPU \u306e define \u306e\u95a2\u4fc2\u3067\u3053\u308c\u3092\u4f7f\u3044\u307e\u3059\u3002\u96fb\u5727\u306f\u95a2\u4fc2\u3042\u308a\u307e\u305b\u3093\u3002\n<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n---------------------------------------------------\r\nArduino ATMEGA168 internal 8MHz Fuses and Lock bits\r\n---------------------------------------------------\r\n\r\nBOOTSZ = 1024W_1C00\r\nBOOTRST = &#x5B;X]\r\nRSTDISBL = &#x5B; ]\r\nDWEN = &#x5B; ]\r\nSPIEN = &#x5B;X]\r\nWDTON = &#x5B; ]\r\nEESAVE = &#x5B; ]\r\nBODLEVEL = DISABLED\r\nCKDIV8 = &#x5B; ]\r\nCKOUT = &#x5B; ]\r\nSUT_CKSEL = INTRCOSC_8MHZ_6CK_14CK_65MS\r\n\r\nEXTENDED = 0xF8 (valid)\r\nHIGH = 0xDF (valid)\r\nLOW = 0xE2 (valid)\r\n\r\n\r\nLB = NO_LOCK\r\nBLB0 = NO_LOCK\r\nBLB1 = NO_LOCK\r\n\r\nLOCKBIT = 0xFF (valid)\r\n<\/pre>\n<p>\nATMEGA168 \u3092\u5916\u4ed8\u3051\u306e\u30af\u30ea\u30b9\u30bf\u30eb\u3082\u3057\u304f\u306f\u30bb\u30e9\u30ed\u30c3\u30af\u3067\u52d5\u4f5c\u3055\u305b\u308b\u5834\u5408\u3002Arduino IDE \u304b\u3089\u306f Arduino Diecimila or Duemilanove w\/ ATmega168 \u306e\u30dc\u30fc\u30c9\u30bf\u30a4\u30d7\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002\n<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n----------------------------------------------------\r\nArduino ATMEGA168 External 16MHz Fuses and Lock bits\r\n----------------------------------------------------\r\n\r\nBOOTSZ = 1024W_1C00\r\nBOOTRST = &#x5B;X]\r\nRSTDISBL = &#x5B; ]\r\nDWEN = &#x5B; ]\r\nSPIEN = &#x5B;X]\r\nWDTON = &#x5B; ]\r\nEESAVE = &#x5B; ]\r\nBODLEVEL = DISABLED\r\nCKDIV8 = &#x5B; ]\r\nCKOUT = &#x5B; ]\r\nSUT_CKSEL = EXTXOSC_8MHZ_XX_16KCK_14CK_65MS\r\n\r\nEXTENDED = 0xF8 (valid)\r\nHIGH = 0xDF (valid)\r\nLOW = 0xFF (valid)\r\n\r\n\r\nLB = NO_LOCK\r\nBLB0 = NO_LOCK\r\nBLB1 = NO_LOCK\r\n\r\nLOCKBIT = 0xFF (valid)\r\n<\/pre>\n<p>\n\u3053\u3061\u3089\u306f\u3001AVRISP MKII \u3067\u8aad\u3093\u3060\u3060\u3051\u306e\u5024\u3067\u3059\u3002\n<\/p>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>\nArduino UNO R2, R3 Fuses and Lock bits<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<\/p>\n<p>&#8212;&#8212;&#8212;<br \/>\n>>Fuses<<\n---------\n\nBODLEVEL = 2V7\nRSTDISBL = [ ]\nDWEN = [ ]\nSPIEN = [X]\nWDTON = [ ]\nEESAVE = [X]\nBOOTSZ = 256W_3F00\nBOOTRST = [X]\nCKDIV8 = [ ]\nCKOUT = [ ]\nSUT_CKSEL = EXTXOSC_8MHZ_XX_16KCK_14CK_65MS\n\nEXTENDED = 0xFD (valid)\nHIGH = 0xD6 (valid)\nLOW = 0xFF (valid)\n\n-------------\n>>Lock bits<<\n-------------\n\nLB = NO_LOCK\nBLB0 = NO_LOCK\nBLB1 = LPM_SPM_DISABLE\n\nLOCKBIT = 0xCF (valid)\n[\/code]\n\n\n<p>\n\u3053\u308c\u3082\u3001AVRISP MKII \u3067\u8aad\u3093\u3060\u3060\u3051\u306e\u5024\u3067\u3059\u3002\n<\/p>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\nArduino MEGA2560 R3 Fuses and Lock bits<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n<p>&#8212;&#8212;&#8212;<br \/>\n>>Fuses<<\n---------\n\nBODLEVEL = 2V7\nOCDEN = [ ]\nJTAGEN = [ ]\nSPIEN = [X]\nWDTON = [ ]\nEESAVE = [X]\nBOOTSZ = 4096W_1F000\nBOOTRST = [X]\nCKDIV8 = [ ]\nCKOUT = [ ]\nSUT_CKSEL = EXTXOSC_8MHZ_XX_16KCK_65MS\n\nEXTENDED = 0xFD (valid)\nHIGH = 0xD0 (valid)\nLOW = 0xFF (valid)\n\n-------------\n>>Lock bits<<\n-------------\n\nLB = NO_LOCK\nBLB0 = NO_LOCK\nBLB1 = LPM_SPM_DISABLE\n\nLOCKBIT = 0xCF (valid)\n[\/code]\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Evernote \u306b\u3082\u4fdd\u5b58\u3057\u3066\u307e\u3059\u304c\u3001\u8ab0\u304b\u304c\u56f0\u3063\u305f\u3068\u304d\u306e\u30ea\u30ab\u30d0\u30ea\u306b\u5f79\u7acb\u3064\u304b\u3082\u77e5\u308c\u306a\u3044\u306e\u3067\u8cbc\u3063\u3066\u304a\u304f\u6b21\u7b2c\u3002UNO \u306f DIP \u30d1\u30c3\u30b1\u30fc\u30b8\u3067\u3059\u3002\u78ba\u8a8d\u306b\u4f7f\u7528\u3057\u305f\u30d7\u30ed\u30b0\u30e9\u30e0\u306f Atmel Studio 6 \u304b\u3089\u8d77\u52d5\u3057\u305f Devi &hellip; <a href=\"https:\/\/mkusunoki.net\/?p=3303\" class=\"more-link\"><span class=\"screen-reader-text\">&#8220;Arduino UNO R2,R3 \u3068 MEGA2560 R3 \u306e Fuses \u3068 Lock bits&#8221; \u306e<\/span>\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[7],"tags":[107,231],"class_list":["post-3303","post","type-post","status-publish","format-standard","hentry","category-kousaku","tag-arduino-uno","tag-avrisp-mkii"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/mkusunoki.net\/index.php?rest_route=\/wp\/v2\/posts\/3303","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mkusunoki.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mkusunoki.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mkusunoki.net\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/mkusunoki.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3303"}],"version-history":[{"count":0,"href":"https:\/\/mkusunoki.net\/index.php?rest_route=\/wp\/v2\/posts\/3303\/revisions"}],"wp:attachment":[{"href":"https:\/\/mkusunoki.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3303"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mkusunoki.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3303"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mkusunoki.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}