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


Browsing this Thread:   1 Anonymous Users






谢谢Ryang的帮助
#4
初級會員
初級會員


查看用戶資訊
谢谢Ryang的帮助,经过这么多天的努力,终于搞定了,呵呵,谢谢Ryang

發表於: 2006/10/16 11:43
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


谢谢您的回答,下来看看先
#3
初級會員
初級會員


查看用戶資訊
谢谢您的回答,下来看看先

發表於: 2006/9/30 10:55
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: 请教CAN总线
#2
版主
版主


查看用戶資訊
AN738 只是 CAN 的 Library, 建議你到台灣的網站下載下載 CAN202 的講義及實作這樣會比較清楚。

http://www.microchip.com.tw/material.htm

發表於: 2006/9/29 17:18
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


请教CAN总线
#1
初級會員
初級會員


查看用戶資訊
各位高手,在下问一个关于CAN总线的问题,从MICROCHIP网站下载了AN0738的源码,使用中发现,程序不能发送数据,但可以接收数据,为什么?还有我看到CANSendMessage子程序里面没有关于TXB0REQ的设置,如果人为的加进TXB0REQ=1;这一句,单片机就死机,不知何解,以下是我的源码,望各位高手赐教!!

void main()
{
CANInitialize(1, 2, 4, 3, 2, CAN_CONFIG_PHSEG2_PRG_ON&CAN_CONFIG_LINE_FILTER_OFF&CAN_CONFIG_SAMPLE_ONCE&CAN_CONFIG_VALID_STD_MSG&CAN_CONFIG_DBL_BUFFER_OFF&CAN_CONFIG_STD_MSG);
CANSetOperationMode(CAN_OP_MODE_CONFIG);
CANSetMask(CAN_MASK_B1,0X0000000F,CAN_CONFIG_STD_MSG);
CANSetFilter(CAN_FILTER_B1_F1,0X00000001,CAN_CONFIG_STD_MSG);
CANSetOperationMode(CAN_OP_MODE_NORMAL);

while(1)
{

if(CANIsTxReady())
{
MessageData[0] = 0x01;
MessageData[1] = 0x02;
CANSendMessage( 0x10,MessageData,2,CAN_TX_PRIORITY_0&CAN_TX_STD_FRAME &CAN_TX_NO_RTR_FRAME);
}

if(CANIsRxReady())
{
CANReceiveMessage(&NewMessage,NewMessageData,&NewMessageLen,&NewMessageFlags);

}
} // Do this forever
}// End of program

發表於: 2006/9/28 15:06
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... ]

教育訓練中心

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