vs1063 Standalone except spieprom

Installing and using VSIDE tools for VLSI Solution's devices that contain a VSDSP signal processor.
Post Reply
inek
User
Posts: 7
Joined: Sun 2023-01-01 13:58

vs1063 Standalone except spieprom

Post by inek »

Hi,
I'm thinking of controlling vs1063standalone mp3player using pic16f
At this time, I don't know how to import the vs1063 boot part into the pic source without using spieprom
thank you

inek
User avatar
pasi
VLSI Staff
Posts: 2053
Joined: Thu 2010-07-15 16:04

Re: vs1063 Standalone except spieprom

Post by pasi »

See the file player1063a-sci.plg, or player.plg is you use the VSIDE solution. The .plg file contains the standalone player program in the plugin[] array, and a pseudo-code (in C comments) that uploads the player through the serial control interface.

You should have GPIO0 pulled low so that the vs1063 doesn't try to boot from an non-existing boot EEPROM. It would take some clock cycles and you could misinterpret the DREQ signal going up or down.
Visit https://www.facebook.com/VLSISolution VLSI Solution on Facebook
inek
User
Posts: 7
Joined: Sun 2023-01-01 13:58

Re: vs1063 Standalone except spieprom

Post by inek »

Hi,pasi-san

Thank you for your quick reply
I would like to try your solution
Also, please let me know if there is anything I do not understand.

Regards,
inek
inek
User
Posts: 7
Joined: Sun 2023-01-01 13:58

Re: vs1063 Standalone except spieprom

Post by inek »

Hi,Pasi-San

In my application, I plan to control two VS1063 standalone players with one PIC.
I don't know the memory capacity of the PIC, so I'm thinking of using the boot ROM as it is.
At this time, SPI is connected to JP1 of the prototyping board, but can I use the boot ROM as it is without recompiling?

Regards,
Keni
Post Reply