Abstract.txt 832 B

123456789101112131415161718192021222324252627282930
  1. The RTX_Blinky project is a simple RTX Kernel based example
  2. for a simulated Cortex-M3 device
  3. Example functionality:
  4. - Clock Settings:
  5. - XTAL = 50 MHz
  6. - Core = 25 MHz
  7. The simple RTX Kernel based example simulates the step-motor
  8. driver. Four LEDs are blinking simulating the activation of
  9. the four output driver stages
  10. The simulation does not provide LEDs, so the state changes
  11. are output on the Debug printf window:
  12. - phase A
  13. - phase B
  14. - phase C
  15. - phase D
  16. This example simulates Half step driver mode and
  17. CW rotation direction.
  18. The BLINKY example program is available for one target:
  19. Simulation: configured for a simulated on-chip Flash
  20. The example is compatible with other Cortex-M class devices.
  21. Simply open the project settings, navigate to Device tab and
  22. select another Cortex-M class device.