• slider image 442
  • slider image 477
  • slider image 479
  • slider image 480
  • slider image 481
  • slider image 482
:::

論壇索引


Board index » All Posts (jlian)




Re: Microchip 授權 Design House 要找一位熟悉 PIC 的應用工程師
資深會員
資深會員


PIC經驗不足,
現在同時會硬體與韌體的工程師可能會敗在年紀.
加油吧!

發表於: 2008/8/15 8:11
頂部


C18之struct與Rrcf()!
資深會員
資深會員


大家好:
union
{
long dword;
char byte[4];
}x;
#define temp_data x.dword
#define temp_b3 x.byte[3]
#define temp_b2 x.byte[2]
#define temp_b1 x.byte[1]
#define temp_b0 x.byte[0]

uns8 data1;

void main(void)
{
...
Rrcf(temp_b3,1,1); //這行Error
...
Rrcf(data1,1,1); //這行OK
...
}

Error [1253] constant operand expected

為何用array不行?
煩請各位先進幫忙解說.
Thanks.

發表於: 2008/8/7 8:33
頂部


Re: 程式重置撰寫問題
資深會員
資深會員


請問master先進:
我使用PICC16,而使用goto 0;
但不知 0 該要放至置在那兒為佳?
煩請詳說.
Thanks.

發表於: 2008/8/4 8:41
頂部


Re: 程式重置撰寫問題
資深會員
資深會員


大家好:
我也想知道該程式中要如何跳至啟動模組之前(C18及PICC16),
假設如下:
start_action:
start_module();
main(void)
{
if(PORTBbits.RB0) goto start_action;
}

Thanks.

發表於: 2008/8/1 13:41
頂部


Re: 請教單步執行的問題
資深會員
資深會員


你好:
我使用PICC16而我只知C有一些初始程式須執行,
而綠色箭頭好像須執行至main才能顯示,
抱歉懂得不是很完整.
Thanks.

發表於: 2008/7/31 17:35
頂部


Re: 請教各位先進關於UART傳送資料之問題(利用Hi-Tech C)
資深會員
資深會員


你好:
應該TRISC6=0; //RC6=output
Thanks.

發表於: 2008/7/31 16:19
頂部


Re: 請教單步執行的問題
資深會員
資深會員


你好:
因C有一些初使程式須執行,因此要按許久才會至main,
可在Init_IO();設斷點然後按RUN,待執行至Init_IO();再
單步執行.
Thanks.

發表於: 2008/7/31 13:47
頂部


請問C18及PICC16的Library如何制作?
資深會員
資深會員


大家好:
如題,我希望將某一些常用程式做成Library,
但不知該如何制作,不知是否有範例可供參考?
煩請版主及各位先進指教.
Thanks.

發表於: 2008/7/31 8:35
頂部


請問MPLAB C18如何產生完整.LST檔內容?
資深會員
資深會員


大家好:
請問版主或各位先進,如題所示,
MPLAB C18 可否像Hi-tech PICC16所
翻譯的LST檔很完整嗎?因我須計算指令時間.
因為MPLAB C18有些沒有翻出來.
Thanks.

發表於: 2008/7/16 9:54
頂部


請問real ice是否會佔用mcu的資源?
資深會員
資深會員


大家好:
如題,請版主說明.
Thanks.

發表於: 2008/7/10 9:48
頂部



« 1 ... 62 63 64 (65) 66 67 68 ... 73 »



:::

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

教育訓練中心

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