• slider image 442
  • slider image 492
  • slider image 493
  • slider image 494
  • slider image 495
  • slider image 496
  • slider image 491
:::


Browsing this Thread:   1 Anonymous Users






Re: 請問該如何學PIC24F?
#3
初級會員
初級會員


查看用戶資訊
那請問一下大大
曾百由的"DSPIC數位訊號控制器原理與應用"這本
適合在PIC24F上嗎??

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


Re: 請問該如何學PIC24F?
#2
資深會員
資深會員


查看用戶資訊
有兩本書不錯。

1.C言語ではじめる「PIC24F活用ガイドブック」
2.Programming 16-Bit PIC Microcontrollers in C - Learning to Fly the PIC 24

這兩本在重慶南路都找得到

發表於: 2008/11/27 3:59
不要問我哪裡來,我只是個流浪天涯的工程師
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


請問該如何學PIC24F?
#1
新會員
新會員


查看用戶資訊
如題所示
我是位新手
因專題需要,所以...


以下程式是203_PRC裡頭的練習題LAB2
我都看不懂(完全不知該怎麼改)

我需要學到能看懂簡單程式的地步
我用的是PIC24F128GA010
懇求各位給我學習的方向
需要了解什麼,需要讀什麼?(基礎就好)

謝謝

#include <p24FJ128GA010.h>

_CONFIG1(JTAGEN_OFF & GCP_OFF & GWRP_OFF & BKBUG_OFF & ICS_PGx2 & FWDTEN_OFF)
_CONFIG2(IESO_OFF & FCKSM_CSDCMD & OSCIOFNC_ON & FNOSC_FRC & POSCMOD_NONE)

//##########################################
// STEP 1:
// Define an array "MyString" placing
// in PSV space and assign a string ("Hello World") to it.
//##########################################

//### Your Code Here ### // ###


main()
{
LCDInit();
PSVInit();

int i = 0;
while(MyString[i]!=0)
{
LCDPut(MyString[i]);
i++;
}
while(1);
}



PSVInit()
{

//##########################################
// STEP 2:
// using built-in function load PSVPAG with the page address where the
// array MyString is placed.
//##########################################

//### Your Code Here ### // ###
CORCONbits.PSV = 1;
}

發表於: 2008/11/26 21:04
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... ]

教育訓練中心

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