VS1010 ROM VSOS Kernel Source Codes and VSIDE Library updates

Designing hardware and software for systems that use the VS1010 MP3 Audio DSP Microcontroller.
Post Reply
User avatar
Panu
VSDSP Expert
Posts: 2828
Joined: Tue 2010-06-22 13:43

VS1010 ROM VSOS Kernel Source Codes and VSIDE Library updates

Post by Panu »

Dear VS1010 users,

The VS1010B ROM contains a version of the VSOS Operating System, which you cannot modify or recompile. But it is useful to know how certain functions are implemented and what they are doing, so that you can hunt for bugs and see how everything is supposed to work.

Here is a copy of the VSOS kernel sources, as they are in the VS1010B1 ROM. You won't be able to compile these, because non-VSOS stuff such as factory test and audio decoder code is missing, but when you're wondering what on earth happens when the chip boots or you call fopen(), this is the place to look.

The set of source code files is neatly packaged as a VSIDE solution so that you can use VSIDE to explore the files.

Happy hunting!

-Panu
Attachments
VS1010B1_PartialRomSources.zip
VSOS Kernel source code, VS1010B1 version.
(89.57 KiB) Downloaded 499 times
User avatar
Panu
VSDSP Expert
Posts: 2828
Joined: Tue 2010-06-22 13:43

VS1010C ROM VSOS Kernel Source Codes

Post by Panu »

VS1010C ROM source here:

viewtopic.php?f=15&t=2171#p11449
User avatar
Panu
VSDSP Expert
Posts: 2828
Joined: Tue 2010-06-22 13:43

Re: VS1010 ROM VSOS Kernel Source Codes and VSIDE Library updates

Post by Panu »

Here's updated libvs1010 for VSIDE, includes header files for VS1010D software development.

VSIDE itself can be downloaded here: viewtopic.php?f=13&t=680&start=90#p12117
Attachments
libvs1010.zip
Update for vside\libvs1010 folder, 2019-02-22
(348.87 KiB) Downloaded 505 times
Post Reply