14 lines
366 B
Plaintext
14 lines
366 B
Plaintext
|
|
See the top level README file for more information on documentation
|
|
and how to run these programs.
|
|
|
|
Derived from blinker08 and uart04
|
|
|
|
this is based on a question about svc calls, how to find the swi/svc
|
|
immediate.
|
|
|
|
Like interrupts I dont recommend using interrupts or svc calls unless
|
|
you have a really good reason to. they should be the exception not the
|
|
norm.
|
|
|