Many
Manuals
search
Kategorien
Marken
Startseite
ARM
Prozessoren
Cortex-M3
Bedienungsanleitung
ARM Cortex-M3 Bedienungsanleitung Seite 38
Herunterladen
Teilen
Teilen
Zu meinen Handbüchern hinzufügen
Drucken
Seite
/
41
Inhaltsverzeichnis
LESEZEICHEN
Bewertet
.
/ 5. Basierend auf
Kundenbewertungen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
38
mbed Motor Controller Example
#
includ
e
"mbed
.h“
Digital
Out
leftfw
d
(p16);
Digital
Out
leftre
v
(p17);
PwmOut
pwm
(p21
);
AnalogI
n
pot
(p20);
int
main
(){
pwm.per
iod_ms
(1);
while
(1){
float
potmo
d =
pot
-
0.5;
if
(potmo
d >=
0){
leftfwd
= 1;
leftrev
= 0;
pwm=((1
.8 *
potmod) +
0.1
);
}
else
{
leftfwd
= 0;
leftrev
= 1;
pwm = f
abs((
1.8 * p
otmod)
-
0.1);
}
}
}
1
2
...
33
34
35
36
37
38
39
40
41
ARM Cortex
1
Introduction
1
M3 Processor
4
M3 Microcontroller
5
ARM and Thumb Performance
7
The Thumb
8
2 instruction set
8
M3 Register Set
10
Program Status Register
11
An Example AMBA System
12
Memory Map
13
Processor Privilege
16
Memory Protection Unit (MPU)
17
0x02000000
18
Word alias
19
Physical bit
19
Conditional Execution
20
Interrupt Handling
21
Exception Handling
22
Power Management
23
M3 Debug
24
M3 Datapath
26
M3 Pipeline
27
Optimal Pipelining
28
Branch Pipeline Example
29
LDR Pipeline Example
30
STR Pipeline Example
31
M3 Development Platforms
35
Rapid Prototyping
36
Documentation
39
University Resources
40
Kommentare zu diesen Handbüchern
Keine Kommentare
Publish
Verwandte Produkte und Handbücher für Prozessoren ARM Cortex-M3
Prozessoren ARM ARM7TDMI Bedienungsanleitung
(18 Seiten)
Prozessoren ARM ARM926EJ-S Spezifikationen
(332 Seiten)
Prozessoren ARM ARM926EJ-S Betriebsanweisung
(402 Seiten)
Prozessoren ARM ARM7TDMI Datenblatt
(42 Seiten)
Prozessoren ARM ARM7TDMI Bedienungsanleitung
(242 Seiten)
Prozessoren ARM ARM7TDMI Bedienungsanleitung
(43 Seiten)
Dokument drucken
Seite drucken 38
Kommentare zu diesen Handbüchern