• slider image 442
  • slider image 483
  • slider image 484
  • slider image 485
  • slider image 486
  • slider image 487
:::

論壇索引


Board index » All Posts (tpetonyfu)




Re: 關於pic16F877的pwm
#21
初級會員
初級會員


這位同好: 請參考"教育訓練"中之 W201 課程用程式, 其中的 LAB#6 就是 PIC16F877A PWM 的應用. 祝您好運!

發表於: 2005/9/15 13:45
頂部


Re: 2個8bit暫存器A、B相乘問題~~
#22
初級會員
初級會員


嗨! Julian47:
您可以光臨下述網站, 那裡有一脫拉庫的數學函式:
http://www.piclist.com/techref/microchip/math/index.htm

發表於: 2004/11/22 10:40
頂部


Re: 從CPLD跳槽到PIC(新手真誠的請教各位前輩)
#23
初級會員
初級會員


Hi! Dear marcowing:

1.Assembly: 學習 PICmicro 的硬體架構
2.C Language: 快速的完成一項Project.

所以用組合語言或 C 語言, 端視您的用途, 但是 Microchip 的 MCU, 其 program memory 也愈來愈大, 故您可以用 8KBytes 作為一個分別:
1.Program size < 8KB: Use assembly
2.Program size > 8KB: Use C language

威健實業 FAE

發表於: 2004/11/2 15:12
頂部


Re: 請問申請的到MCP25050的樣本嗎?
#24
初級會員
初級會員


Hi! Dear Nephi:

1.可以的.
2.若是美國樣品倉有樣品, 約兩週內就可以收到樣品了.

威健實業 FAE 11/2 14:35

發表於: 2004/11/2 14:39
頂部


Re: 再請問一下c18,謝謝
#25
初級會員
初級會員


Microchip MPLAB 可以預載 configure Bits, 你所列的方式只適用於組合語言 (Assembly) 之用. 若你是使用 MPLAB C18, 也想預載 configure Bits, 請參考下述方式. 您也可以參考右方 "教材及講義" 中的 WAP002, 以獲取完整之用法.

以 PIC18F452 為例:
建立一個檔案 - P18config.c, 將虛線內之內容複製進去, 存檔後, 將此檔加入專案中, 重新編譯即可. 祝您好運. (此內容只是範例, 請參考 PIC18F452 的 Program Spec 修改其內容.)
-----------------------------------------------------------------------
#pragma romdata CONFIG
const rom unsigned char CONFIG1L=0xff ;
const rom unsigned char CONFIG1H=0b00100010 ;
const rom unsigned char CONFIG2L=0b00000001 ;
const rom unsigned char CONFIG2H=0b00000000 ;
const rom unsigned char CONFIG3L=0xff ;
const rom unsigned char CONFIG3H=0b00000000 ;
const rom unsigned char CONFIG4L=0b00000001 ;
const rom unsigned char CONFIG4H=0xff ;
const rom unsigned char CONFIG5L=0b00001111 ;
const rom unsigned char CONFIG5H=0b11000000 ;
const rom unsigned char CONFIG6L=0b00001111 ;
const rom unsigned char CONFIG6H=0b11100000 ;
const rom unsigned char CONFIG7L=0b00001111 ;
const rom unsigned char CONFIG7H=0b01000000 ;
#pragma romdata
-----------------------------------------------------------------------
Weikeng FAE Tony Fu

發表於: 2004/10/10 22:17
頂部


Re: 急問版主C18
#26
初級會員
初級會員


Hi! Zarya30:
想要C18能夠正常的編譯(Compile), 有幾點必須確定的:
1. C18若是Demo版, 須在有效期間(60天)內
2. C18的安裝目錄須記住(常會用到)
3. 請將每一個練習題目錄都放於根目錄之下,ex. C:\ex1
4. Project目錄中,不允許含有Unicode(ex.中文字)
5. 若是Workshop的練習題之中已有.mcp與.mcw, 請務必以"OPEN"的方式開啟Project
6. 新建的Project請務必將"Project"->"Build Option" -> "Project"中的"Include","Library"與"Linker"均確實設定:
a. Include - C:\MCC18\H
b. Library - C:\MCC18\LIB
c. Linker - C:\MCC18\LKR

祝您成功的使用 MPLAB C18

Weikeng(威健) FAE Tony Fu

發表於: 2004/10/10 0:42
頂部


Re: PIC16F818內部振盪問題?
#27
初級會員
初級會員


請問您用的是 Int_RC(4MHz) or Int_OSC(31KHz-8MHz) switching by OSCCON. 請說明之. 謝謝!

發表於: 2004/7/1 1:00
頂部


Re: PIC16F818內部振盪問題?
#28
初級會員
初級會員


請問您用的是 Int_RC(4MHz) or Int_OSC(31KHz-8MHz) switching by OSCCON. 請說明之. 謝謝!

發表於: 2004/7/1 0:57
頂部


Re: 18F 請問是否有讀寫本身EEPROM C 的函式
#29
初級會員
初級會員


Hi! You can refer to any one PIC18 data sheet, you'll see some statement to access with internal EEprom, make
sure your code are wrote closely (no other gabbage between you code), I suggest you use in-line assembly code to make the code as a function in your project.
If you still have problem on it, please contact with me.
Weikeng(Microchip Distributor)/Tony Fu (02-26590202 #315)

發表於: 2004/6/23 14:24
頂部


Re: EVM001 共有六種空的PCB,有人需要嗎?
#30
初級會員
初級會員


Hi! My name is Tony Fu/傅英洪 (Weikeng), You can contact with me to get the items you want. My contact info. as follow:
Weikwng Industrial Co., Ltd. / 威健實業股份有限公司
Tel: (02)26590202 #315 Fax: (02)26588338
e-mail: tonyfu@weikeng.com.tw
Thanks a lot.

發表於: 2004/6/23 14:15
頂部



« 1 2 (3)



:::

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... ]

教育訓練中心

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