參數(shù)資料
型號: 20-101-0383
廠商: Rabbit Semiconductor
文件頁數(shù): 9/80頁
文件大小: 0K
描述: MODULE RABBITCORE RCM2020
標準包裝: 1
系列: RabbitCore®
模塊/板類型: MPU 核心模塊
適用于相關產(chǎn)品: RCM2020
產(chǎn)品目錄頁面: 620 (CN2011-ZH PDF)
其它名稱: 316-1082
User’s Manual
13
A message reports “No Rabbit Processor Detected” in cases where the RCM2000 and
the Prototyping Board are not connected together, the wall transformer is not con-
nected, or is not plugged in. (The red power LED lights whenever power is connected.)
The programming cable must be connected to the RCM2000. (The colored wire on the
programming cable is closest to pin 1 on header J3 on the RCM2000, as shown in
Figure 2.) The other end of the programming cable must be connected to the PC serial
port. The COM port specified in the Dynamic C Options menu must be the same as the
one the programming cable is connected to.
To check if you have the correct serial port, select Compile, then Compile BIOS, or
type <Ctrl-Y>. If the “BIOS successfully compiled …” message does not display, try a
different serial port using the Dynamic C Options menu until you find the serial port
you are plugged into. Don’t change anything in this menu except the COM number.
The baud rate should be 115,200 bps and the stop bits should be 1.
3.1.1.1 Single-Stepping
Compile or re-compile FLASHLED.C by clicking the Compile button on the task bar. The
program will compile and the screen will come up with a highlighted character (green) at
the first executable statement of the program. Use the F8 key to single-step. Each time the
F8
key is pressed, the cursor will advance one statement. When you get to the for(j=0,
j< ...
statement, it becomes impractical to single-step further because you would have
to press F8 thousands of times. We will use this statement to illustrate watch expressions.
3.1.1.2 Watch Expressions
Type <Ctrl-W> or chose Add/Del Watch Expression in the Inspect menu. A box will
come up. Type the lower case letter j and click on add to top and close. Now continue sin-
gle-stepping with F8. Each time you step, the watch expression (j) will be evaluated and
printed in the watch window. Note how the value of j advances when the statement j++ is
executed.
3.1.1.3 Break Point
Move the cursor to the start of the statement:
for(j=0; j<25000; j++);
To set a break point on this statement, type F2 or select Toggle Breakpoint from the Run
menu. A red highlight will appear on the first character of the statement. To get the pro-
gram running at full speed, type F9 or select Run on the Run menu. The program will
advance until it hits the break point. Then the break point will start flashing and show both
red and green colors. Note that LED DS3 is now solidly turned on. This is because we
have passed the statement turning on LED DS3. Note that j in the watch window has the
value 32000. This is because the loop above terminated when j reached 32000.
To remove the break point, type F2 or select Toggle Breakpoint on the Run menu. To
continue program execution, type F9 or select Run from the Run menu. Now the LED
should be flashing again since the program is running at full speed.
相關PDF資料
PDF描述
AT25128N-10SI-2.7 IC EEPROM 128KBIT 3MHZ 8SOIC
345-030-523-201 CARDEDGE 30POS DUAL .100 GREEN
345-030-521-802 CARDEDGE 30POS DUAL .100 GREEN
AT25128-10PI-2.7 IC EEPROM 128KBIT 3MHZ 8DIP
345-030-521-804 CARDEDGE 30POS DUAL .100 GREEN
相關代理商/技術參數(shù)
參數(shù)描述
20-101-0389 功能描述:子卡和OEM板 SR9200 16IN/8OUT RoHS:否 制造商:BeagleBoard by CircuitCo 產(chǎn)品:BeagleBone LCD4 Boards 用于:BeagleBone - BB-Bone - Open Source Development Kit
20-101-0390 功能描述:子卡和OEM板 SR9210 8 in/ 16 out RoHS:否 制造商:BeagleBoard by CircuitCo 產(chǎn)品:BeagleBone LCD4 Boards 用于:BeagleBone - BB-Bone - Open Source Development Kit
20-101-0391 功能描述:子卡和OEM板 SR9220 DIG I/O 8IN 8OUT RoHS:否 制造商:BeagleBoard by CircuitCo 產(chǎn)品:BeagleBone LCD4 Boards 用于:BeagleBone - BB-Bone - Open Source Development Kit
20-101-0392 功能描述:子卡和OEM板 SR9300 A/D 0-10V RoHS:否 制造商:BeagleBoard by CircuitCo 產(chǎn)品:BeagleBone LCD4 Boards 用于:BeagleBone - BB-Bone - Open Source Development Kit
20-101-0393 功能描述:子卡和OEM板 SR9400 D/A CARD RoHS:否 制造商:BeagleBoard by CircuitCo 產(chǎn)品:BeagleBone LCD4 Boards 用于:BeagleBone - BB-Bone - Open Source Development Kit