|
|
@@ -3,8 +3,8 @@ for a simulated Cortex-M3 device
|
|
|
|
|
|
Example functionality:
|
|
|
- Clock Settings:
|
|
|
- - XTAL = 12 MHz
|
|
|
- - Core = 12 MHz
|
|
|
+ - XTAL = 50 MHz
|
|
|
+ - Core = 25 MHz
|
|
|
|
|
|
The simple RTX Kernel based example simulates the step-motor
|
|
|
driver. Four LEDs are blinking simulating the activation of
|
|
|
@@ -24,3 +24,7 @@ CW rotation direction.
|
|
|
The BLINKY example program is available for one target:
|
|
|
|
|
|
Simulation: configured for a simulated on-chip Flash
|
|
|
+
|
|
|
+The example is compatible with other Cortex-M class devices.
|
|
|
+Simply open the project settings, navigate to Device tab and
|
|
|
+select another Cortex-M class device.
|