Skip to content

Commit 5928eb5

Browse files
committed
EADME.md: rpi_pmsm_motor_control and RTEMS port of rpi_simple_dc_servo added.
Signed-off-by: Pavel Pisa <[email protected]>
1 parent 32ad40e commit 5928eb5

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,23 @@ The repository content:
2525
to GPIO pins.
2626
* [rpi_simple_dc_servo](appl/rpi_simple_dc_servo) -
2727
userspace DC motor control application which uses IRC driver
28-
and dirrect access to PWM and GPIO for direction output.
28+
and direct access to PWM and GPIO for direction output.
2929
* [rpi_dc_motor_control](simulink/rpi_dc_motor_control.slx) -
3030
the same application but implemented as Simulink model which
3131
uses C S-function implementation for PWM output and IRC
32-
driver read.
32+
driver read. More at [lintarget](http://lintarget.sourceforge.net/rpi-motor-control/index.html).
33+
* [rpi_pmsm_motor_control](simulink/rpi_pmsm_motor_control.slx) -
34+
Simulink model for 3-phase BLDC/PMSM motor control which
35+
uses small Microsemi AGL125V5-VQ100 chip connected over SPI
36+
to implement IRC counter, 3x PWM modulation and current
37+
ADC conversion from HAL effect based current sensors on power
38+
stage board. More at [lintarget](http://lintarget.sourceforge.net/rpi-pmsm-control/index.html).
39+
* [rpi_simple_dc_servo](rtems/rpi_simple_dc_servo) ported to [RTEMS](http://www.rtems.org/) RTOS -
40+
it is same DC motor control demo where IRC processing is ported
41+
as RTEMS driver. PWM and GPIO are accessed directly from controller sources.
3342

34-
More information about project can be found in [InstallFest 2015 presentation slides](http://cmp.felk.cvut.cz/~pisa/installfest/rpi_overlay_and_rt.pdf).
43+
More information about project can be found in [InstallFest 2015 presentation slides](http://cmp.felk.cvut.cz/~pisa/installfest/rpi_overlay_and_rt.pdf) and
44+
[LinuxDays 2016 slides](https://www.linuxdays.cz/2016/video/Pavel_Pisa-Procesorove_systemy_a_nejen_GNU_Linux_v_ridicich_aplikacich.pdf).
3545
[Lintarget](http://lintarget.sourceforge.net/) project the real RT-aware
3646
Simulink ERT target is used for Simulink based experiment.
3747
The article [Usable Simulink Embedded Coder Target for Linux](http://rtime.felk.cvut.cz/publications/public/ert_linux.pdf)

0 commit comments

Comments
 (0)