Re: XC8 Pro 線上訂閱版支援版本
|
||||
---|---|---|---|---|
中級會員
![]() ![]() |
您好
MPLAB X IDE V5.35沒有PIC-as Compiler,是否能灌xc8 v2.5 64bit版本? 謝謝~
發表於: 2/28 21:52
|
|||
|
Re: XC8 Pro 線上訂閱版支援版本
|
||||
---|---|---|---|---|
中級會員
![]() ![]() |
請問那些限制?是否有限制PIC-as編輯程式容量大小?
早期MPASM 好像沒有限制. 參照:
發表於: 2/24 21:09
|
|||
|
Re: XC8 Pro 線上訂閱版支援版本
|
||||
---|---|---|---|---|
中級會員
![]() ![]() |
xc8 內的PIC-as Compiler是否有限制時間?
早期Assembly沒有限制.
發表於: 2/23 22:28
|
|||
|
Unknown family for device PIC18F57Q84
|
||||
---|---|---|---|---|
中級會員
![]() ![]() |
請問 MPLAB X IDE(IPE) 5.35 無法使用PIC18F57Q84嗎?
官方說明:要使用 5.40 版本才可燒入? MPLAB x IDE 5.35 更新PIC18F-Q也沒用? Microchip PIC18F-Q Series Device Support (1.7.135) or newer (packs.download.microchip.com/) 2.1.3 MPLAB® X IDE Device Family Packs Microchip MPLAB® X IDE requires specific information to support devices and tools. This information is contained in versioned packs. For the PIC18F57Q84 Curiosity Nano board, Microchip MPLAB® X IDE version 5.40 with device family pack "PIC18F-Q" version 1.7.135 and tool pack "nEDBG_TP" version 1.3.164 or newer are required. For more information on packs and how to upgrade them, refer to the MPLAB® X IDE User’s guide - Work with Device Packs.
發表於: 2024/10/5 22:58
Edited by F1-4 on 2024年10月05日 23:40:14
|
|||
|
Re: SLEEP 正延仍然觸發中斷?
|
||||
---|---|---|---|---|
中級會員
![]() ![]() |
謝謝說明
但是IOC與INT規格書差異很大 IOC Logic BLOCK 說明,只要任何一種上下沿被設定,都會導致SLEEP休眠停止!!! 然而INT 可以選擇上下沿結束SLEEP休眠狀態. 請看附件邏輯圖,IOC使用OR中斷IOCBFx結束SLEEP狀態, INT可選擇上下沿開關觸發INTF中斷,結束SLEEP狀態, 參照:
發表於: 2024/7/19 22:13
Edited by F1-4 on 2024年07月19日 22:44:50
|
|||
|
Re: SLEEP 正延仍然觸發中斷?
|
||||
---|---|---|---|---|
中級會員
![]() ![]() |
設定IOC下延中斷,為什麼RB0上延會離開SLEEP 模式?
改用INT 方式正常! datasheet 是否有問題?
發表於: 2024/7/17 21:40
|
|||
|
SLEEP 正延仍然觸發中斷?
|
||||
---|---|---|---|---|
中級會員
![]() ![]() |
使用PIC16F1827晶片
RB0 下延啟動 SLEEP模式,但RB0上延為什麼會離開SLEEP模式? if (!RB0) { INTCONbits.TMR0IE = 0; // 停止其他中斷 IOCBFbits.IOCBF0 = 0; IOCBPbits.IOCBP0 = 0; IOCBNbits.IOCBN0 = 1; // RB0=1 負延中斷 INTCONbits.IOCIE = 1; // 啟動IOC中斷 SLEEP(); NOP(); INTCONbits.TMR0IE = 1; INTCONbits.IOCIE = 0; }
發表於: 2024/7/16 23:51
|
|||
|
Re: 請問在microchip sample網站訂的樣品,大概多久會到?
|
||||
---|---|---|---|---|
中級會員
![]() ![]() |
購買無法使用中文地址,台灣鄉下地區英文地址該如何填寫?郵差是否找的到?
發表於: 2023/11/12 21:18
|
|||
|
Re: 2017 秋 Microchip嵌入式解決方案研討會-- 贈送 Arduino M0 Pro 相容的實驗板
|
|
|||
---|---|---|---|---|
中級會員
![]() ![]() |
發表於: 2017/10/31 6:30
|
|||
|