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

論壇索引


Board index » All Posts (tuming)




Re: C Compiler問題
#11
中級會員
中級會員


使用C18吧,資源多,範例多。

發表於: 2009/3/23 11:39
頂部


Re: [請問]24FJ128GA010與C30 函式庫問題
#12
中級會員
中級會員


請參考此路徑即可得到。


C:\Program Files\Microchip\MPLAB C30\support\peripheral_24F

發表於: 2009/3/21 19:39
頂部


Re: 記憶體宣告大的陣列
#13
中級會員
中級會員


我使用的是18F6410,RAM也超過256Bytes,程式定義的如下,也需修改18F6410.lkr,大概依照這樣方式即可得到你要的,希望對你有所幫助。
#pragma udata tumingObj //select tumingram section
unsigned char Store_Area[49][9]; //define array
unsigned char Ho_Lee_Trans_Data[9];
unsigned char ReciveData[46];
#pragma udata //return to default udata section

//18F6410.lkr
DATABANK NAME=tumingram START=0xE0 END=0x2F3 PROTECTED
SECTION NAME=tumingObj RAM=tumingram
SECTION NAME=CONFIG ROM=config

發表於: 2009/3/18 0:43
頂部


Re: 2009新年快樂
#14
中級會員
中級會員


新年快樂~~~
新年快樂~~~
新年快樂~~~
新年快樂~~~
新年快樂~~~
新年快樂~~~

發表於: 2009/1/1 1:54
頂部


Re: pic是否可以做影像處理
#15
中級會員
中級會員


參照:

dck_david 寫道:
(1) CMOS
(2) 800*600
(3) RGB
希望可以達到每秒100個frame



真厲害!!!
PIC可以達到這種功能 希望啊????

發表於: 2008/12/12 13:42
頂部


Re: 語音播放問題!
#16
中級會員
中級會員


參照:

nikesonn 寫道:
請問版主,是否有相關的電路可以參考?感謝你!



請參考

http://www.microchip.com/stellent/idc ... me=en028557&part=DM300024

發表於: 2008/12/12 3:50
頂部


Re: 16F722詢問,要用什麼complier發展呢?
#17
中級會員
中級會員


A fully functional 45 day evaluation of the HI-TECH C PRO for the PIC10/12/16 MCU Family can be downloaded, free of charge from HI-TECH Software. Internet access required for installation and activation.

http://microchip.htsoft.com/products/compilers/piccpro-get.php

發表於: 2008/12/6 22:21
頂部


Re: 有關C 如何中斷
#18
中級會員
中級會員


試試看 能不能使用
//***************************************
//* Interrupt Service Routine *
//***************************************

void interrupt isr_Sevr ( void )

{
if (TMR2IF==1)
Timer2_Function();
if (TMR1IF==1)
Timer1_Function();
if (RCIF==1)
Serial_Recive_Function();
}

發表於: 2008/12/5 16:06
頂部


Re: 203_PRC其中LAB3的問題(PIC24FJ128GA010)
#19
中級會員
中級會員



發表於: 2008/11/28 2:29
頂部


Re: pic16f913是否可用MPLAB 做Debugger嗎?
#20
中級會員
中級會員


我也有在使用 16F913,可以用 MPLAB Debug 或是 Programmer 都沒有問題。<br /><br />請chk連線或osc設定方式。

發表於: 2008/6/9 17:24
頂部



« 1 (2) 3 4 5 »



:::

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

教育訓練中心

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