Re: pickit5燒錄ATtiny2313A要如何連接引腳
|
||||
---|---|---|---|---|
管理員
|
您嘗試修改 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
|
|||
|
Re: pickit5燒錄ATtiny2313A要如何連接引腳
|
||||
---|---|---|---|---|
管理員
|
看錯誤訊息您似乎使用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
|
|||
|
Re: pickit5燒錄ATtiny2313A要如何連接引腳
|
||||
---|---|---|---|---|
新會員
|
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
|
|||
|
Re: pickit5燒錄ATtiny2313A要如何連接引腳
|
||||
---|---|---|---|---|
管理員
|
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
|
|||
|
pickit5燒錄ATtiny2313A要如何連接引腳
|
||||
---|---|---|---|---|
新會員
|
您好
請問高人們 我使用MPLAB IDE 6.15 連接pickit5 想對ATtiny2313A做開發 引腳要如何對接
發表於: 9/19 14:31
|
|||
|