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
vs1063 Standalone except spieprom
Re: vs1063 Standalone except spieprom
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.
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
Re: vs1063 Standalone except spieprom
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
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
Re: vs1063 Standalone except spieprom
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
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