SimpleShell()

Designing hardware and software for systems that use the VS1010 MP3 Audio DSP Microcontroller.
Post Reply
viovannelli
User
Posts: 1
Joined: Mon 2025-05-19 13:16

SimpleShell()

Post by viovannelli »

Hello guys,
is there a list of supported commands os SimpleShell() and their usage?
Tankyou in advance
Vittorio
Hannu
VLSI Staff
Posts: 563
Joined: Mon 2016-05-30 11:54
Location: Finland
Contact:

Re: SimpleShell()

Post by Hannu »

SimpleShell() has two commands: exit, which usually exits to romplayer and play which plays the file you have specified. For example "play r:hello.mp3" You can read the ROM sources main.c

More simple programs can be found from R: device. Like "dir" list files, "type" print contents of file, "echo" to print it's parameters "devices" show installed devices and memory tools "liblist", "peek" and "poke". And your best friend, "reboot" which you can give number as parameter and reset VS1010 to another runlevel.
Post Reply