• slider image 514
  • slider image 516
  • slider image 517
  • slider image 518
  • slider image 519
:::


Browsing this Thread:   1 Anonymous Users






Re: pickit5燒錄ATtiny2313A要如何連接引腳
#6
管理員
管理員


查看用戶資訊
您嘗試修改 sut cksel 是否代表有使用到 external clock ?
那麼如果Fuse(Configurtion bits)設置為使用 external clock時, 就需要接上外部時脈.

若是不小心設置到 Lock Bit 導致無法連接燒錄器時, 則可以使用 Chip Erase 來復原Lock Bit.
但是 Chip Erase 無法對 Fuse(Configurtion bits) 進行復原,

由於 ATTiny2313A支援兩種燒錄介面 ISP 與 debugWire.
新晶片預設是使用ISP, 然後 debugWire則是關閉,
若是不小心將 ISP (SPIEN bit)或是 debugWire (DWEN bits)都設為關閉時.
則燒錄器就無法再次連接, 這樣就得使用 datasheet 21.2 Parallel Programming 中說的方式來復原Fuse了.
這種方式 目前只有在 經典的Atmel 燒錄工具才有支援 (Atmel ICE/Atmel Power Debugger).
您可以在 Pickit 5 的 4.3 About High Voltage 章節中得到說明.
https://ww1.microchip.com/downloads/ae ... -Users-Guide-50003525.pdf

發表於: 9/25 9:00
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: pickit5燒錄ATtiny2313A要如何連接引腳
#5
新會員
新會員


查看用戶資訊
Libra 你好

我使用未編輯過的MCU可以正常連接可以讀取 Configuration bits
我嘗試做修改 sut cksel 燒入後
再度讀取 Configuration bits 就無法讀取
斷電重新再讀取一樣 Connection Failed.
這顆MCU就無法再連線
要是 Configuration bits 設置錯誤 要如何可以重新回復原廠設定

Attach file:



jpg  螢幕擷取畫面 2024-09-24 163155.jpg (46.42 KB)
123640_66f279d59c450.jpg 503X419 px

發表於: 9/24 16:40
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: pickit5燒錄ATtiny2313A要如何連接引腳
#4
管理員
管理員


查看用戶資訊
看錯誤訊息您似乎使用PICKIT5供電,
請嘗試
1. 讓板子自己供電.
2. 調整速度的訊息不一定是因為速度問題, 也有可能是連接跳線的問題, 可以嘗試速度降至Low看看是否有效, ISP的速度需要是MCU速度的1/4以下, 預設是125KHz大部分沒有問題
3. 燒錄介面無須Pull up/down, 倒是怕有其他線路造成Pull up/down.
4. 若MCU Fuse(CKSEL)設置為外部時脈, 那麼燒錄時, 外部時脈也得接上XTAL1
5. 原先這個MCU與燒錄環境, 是否曾經成功使用其他工具可以通訊成功? 比方經典的Atmel Studio與AVRISP-MKII燒錄工具等等?
6. 是否有測試過另一個MCU或板子也是無法連接?

發表於: 9/23 11:46
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: pickit5燒錄ATtiny2313A要如何連接引腳
#3
新會員
新會員


查看用戶資訊
Libra 你好
ATtiny2313A(AVR-ISP) -> PICkit 5
-------------------------------------------------------
18 (PB6, MISO) -> PGD (Data) 4
17 (PB5, MOSI) -> TTDI (Test Data In) 7
19 (PB7, SCK) -> PGC (Clock) 5
1 (RESET) -> MCLR (Master Clear) 1
20 (VCC) -> VDD (Power) 2
10 (GND) -> GND (Ground) 3

這樣連接後依然產生下列錯誤..

Connecting to MPLAB PICkit 5

Currently loaded versions:
Application version...........02.00.84
Boot version..................00.00.10
PCB version...................2
Script version................00.05.85
Script build number...........d33d758f73
Tool pack version ............2.1.245
PICkit 5 is supplying power to the target (5.00 volts).
Command has failed to execute on the tool
You have set the program speed to Normal. The circuit on your board may require you to slow the speed down. Please change the setting in the tool properties to low and try the operation again.

Failed to get Device ID. Please make sure the target device is attached and try the operation again. A log of the error was created at W:\CLUCH\AVR\debug\default\queuelogs\debugtool
Connection Failed.

在MPLAB IDE 6.15 設置是否要改 Speed(MHz)數值要改多少
options for pickit5-->communications
interface ISP
Speed(MHz) 0.125

硬體方面有需要做提升電阻之類的設置嗎

發表於: 9/20 14:34
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: pickit5燒錄ATtiny2313A要如何連接引腳
#2
管理員
管理員


查看用戶資訊
ATtiny2313A(AVR-ISP) -> PICkit 5
-------------------------------------------------------
18 (PB6, MISO) -> PGD (Data)
17 (PB5, MOSI) -> TTDI (Test Data In)
19 (PB7, SCK) -> PGC (Clock)
1 (RESET) -> MCLR (Master Clear)
20 (VCC) -> VDD (Power)
10 (GND) -> GND (Ground)

發表於: 9/20 13:27
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


pickit5燒錄ATtiny2313A要如何連接引腳
#1
新會員
新會員


查看用戶資訊
您好
請問高人們
我使用MPLAB IDE 6.15 連接pickit5 想對ATtiny2313A做開發
引腳要如何對接

Attach file:



jpg  螢幕擷取畫面 2024-09-19 142904.jpg (144.50 KB)
123640_66ebc4a855d4f.jpg 839X654 px

發表於: 9/19 14:31
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部







You can view topic.
不可以 發起新主題
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.
You cannot create PDF files.
You cannot get print page.

[進階搜尋]


:::

Microchip連結

https://www.facebook.com/microchiptechnologytaiwan/
http://www.microchip.com.tw/modules/tad_uploader/index.php?of_cat_sn=13
https://mu.microchip.com/page/tmu
http://elearning.microchip.com.tw/modules/tad_link/index.php?cate_sn=1
https://page.microchip.com/APAC-PrefCenters-TW.html
http://www.microchip.com/
http://www.microchip.com/treelink
http://www.microchipdirect.com/
http://www.microchip.com.cn/newcommunity/index.php?m=Video&a=index&id=103
http://www.microchip.com.tw/modules/tad_uploader/index.php?of_cat_sn=2
http://www.microchip.com.tw/Data_CD/eLearning/index.html
http://www.microchip.com.tw/RTC/RTC_DVD/
https://www.microchip.com/development-tools/
https://www.youtube.com/user/MicrochipTechnology
[ more... ]

教育訓練中心

!開發工具購買
辦法說明 [業界客戶] [教育單位]
----------------------------------
!校園樣品申請
辦法說明 [教師資格] [學生資格]
----------------------------------