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

論壇索引


Board index » All Posts (predator)




app012
#1
新會員
新會員


Hi,

I have an APP012 board, but I cannot find any information here. Could you provide its user's guide on the web site? Thx.


發表於: 2007/6/22 11:08
頂部


variable addressing on c18
#2
新會員
新會員


Hi,

I wanna define a structure from the address 0x0080 using c18.

These are my codes:

#pragma udata MeasureData=0x0080
struct
{
unsigned int Ia;
unsigned int Ib;
unsigned int Ic;
unsigned int Ig;
unsigned int Inm;
unsigned int In;
unsigned int IIt;
}MeasureData;

But the MPLAB outputs a error when BUILD ALL

Error - section 'MeasureData' type is non-overlay and absolute but occurs in more than one input file.

Please give me a hand, thanks a lot.


發表於: 2005/11/17 17:05
頂部


Re: INT interrupt problem
#3
新會員
新會員


Thank you, you are so nice a guy.

I found the reason last night. The J6 connecting causes RB0 low. My carelessness brings you a trouble, sorry.

I change R7 into 470 from 4.7k to resolve this problem.

I feel so glad to join this bbs although I am not in Taiwan.

發表於: 2005/8/4 11:25
頂部


INT interrupt problem
#4
新會員
新會員


I met a problem:

I use PICDEM 2 PLUS and write a INT interrupt test routin as follows. But I cannot go into the interrupt routine. Please give me a hand. Thanks a lot.

# include <pic.h>

void InitIO (void);
void InitInt (void);
void interrupt Isr (void);

void main (void)
{
InitIO ();
while (1)
{
InitInt ();
if (RA4==0)
PORTB=0b00000010;
else
PORTB=0b00000100;
}
}


void InitIO (void)
{
PORTA=0x00;
ADCON1=0b00001110;
TRISA=0x11;
PORTB=0x00;
TRISB=0b11110001;
}

void InitInt (void)
{
INTEDG=0;
INTE=1;
GIE=1;
}

void interrupt Isr (void)
{
INTF=0;
PORTB=0b00001000;
}

發表於: 2005/8/3 18:09
頂部


10-bit ADC module for 12-bit resolution
#5
新會員
新會員


Most PIC ADC is 10-bit, but I need a 12-bit ADC module. Yes, pic16c77x has 12-bit ADC, but its fuction is far away from my request.

As I know, MCHP has a app note about how to use a 10-bit ADC PIC reach the 12-bit resolution. However I cannot find it from the microchip web site. So anybody has this kind of experience? Please give me some advice.

Thanks a lot.

發表於: 2005/4/13 17:01
頂部


a strange problem using mplab 7.01
#6
新會員
新會員


I met a strange problem, I tuned mplab 7.01 using a mature programme. But I got a fresh error that I had never met.

Error - section '.org_1' can not fit the absolute section. Section '.org_1' start=0x00000004, length=0x0000001a

Please give me a hand. Thanks a lot.

發表於: 2005/3/30 15:17
頂部


Re: 關於PIC16F54 和 PIC16C54C 想要請教幾個問題^^~
#7
新會員
新會員


You had better contact GREATA who is a Design House in Taibei city. The phone number is 00886-2-23456969. You may contact a guy named Gary.

發表於: 2005/2/24 15:56
頂部


Re: 誰能寄給我icd2的usb驅動程式
#8
新會員
新會員


The USB driver of ICD2 will be in the file
C:\Program Files\MPLAB IDE\DriversXP\ICD2_USB
in you disk, if you have installed MPLAB IDE already.

發表於: 2005/2/24 15:53
頂部


Re: How to programme mcp2502X/5X?
#9
新會員
新會員


thx, guy : )

發表於: 2005/2/24 9:07
頂部


How to programme mcp2502X/5X?
#10
新會員
新會員


Could anyone teach me how to write the raw data into the registers of such CAN I/O Expanders? Use any programmer as PROMATE II? Or other methods?

Thanks a lot.

發表於: 2005/2/23 16:41
頂部






:::

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

教育訓練中心

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