Search found 245 matches

by bianchi
Wed 2018-03-07 6:01
Forum: Stand-Alone Applications
Topic: player1003but.bin ?
Replies: 8
Views: 8814

Re: player1003but.bin ?

Does the sofware support SPI sdcard ?
or I need to put my SDcard function myself ? thanks
by bianchi
Tue 2018-03-06 8:31
Forum: Stand-Alone Applications
Topic: player1003but.bin ?
Replies: 8
Views: 8814

Re: player1003but.bin ?

That's a good news that it can run on Wine,
Thanks for the solution, I will try and posted,
I need to design PCB first for it, thanks
The software will be written on SPI flash chip right, any SPIs will do, I reckon ?

thanks
by bianchi
Mon 2018-03-05 4:36
Forum: Stand-Alone Applications
Topic: player1003but.bin ?
Replies: 8
Views: 8814

Re: player1003but.bin ?

Where can I download it ? any linux version ?
by bianchi
Thu 2018-03-01 2:43
Forum: Stand-Alone Applications
Topic: player1003but.bin ?
Replies: 8
Views: 8814

Re: player1003but.bin ?

pasi wrote: Wed 2018-02-28 15:53 See the Prototyping Board page: http://www.vlsi.fi/en/support/evaluatio ... board.html

The standalone player for vs1003 is in http://www.vlsi.fi/fileadmin/evaluation ... one120.zip
How do we recompile it if it's needed?
Thanks
by bianchi
Wed 2018-02-28 6:14
Forum: Stand-Alone Applications
Topic: player1003but.bin ?
Replies: 8
Views: 8814

player1003but.bin ?

Dear VSDSP Members,

From http://www.vlsi.fi/fileadmin/evaluation ... dalone.pdf
Where can I download :
player1003but.bin

Where's the source code ? What's the compiler for it ? Any version for Linux ?
Thanks
by bianchi
Thu 2017-07-13 1:31
Forum: Microcontroller Software
Topic: ANNOUNCE: Linux driver for vs1053 and vs1063
Replies: 5
Views: 22739

Re: ANNOUNCE: Linux driver for vs1053 and vs1063

Good effort, I m interested to experiment with TI cpu.
by bianchi
Wed 2017-03-08 11:44
Forum: Microcontroller Software
Topic: STM32 SPI and VLSI?
Replies: 9
Views: 7705

Re: STM32 SPI and VLSI?

You can have different SPI clock for SD and VS10xx.

for 3.5x 12.288MHz you can have 6Mbit/sec read and 10Mbit/sec write.
Can it be slower than the other one ?
For example SPI speed VS1053 is slower than SDIO transfer for SDCard or vice versa ?

I got already the voice but it's not clear, looks ...
by bianchi
Tue 2017-03-07 23:45
Forum: Microcontroller Software
Topic: STM32 SPI and VLSI?
Replies: 9
Views: 7705

Re: STM32 SPI and VLSI?

so it's 3.5 x 12.288 ?
by bianchi
Tue 2017-03-07 23:43
Forum: Microcontroller Software
Topic: STM32 SPI and VLSI?
Replies: 9
Views: 7705

Re: STM32 SPI and VLSI?

I put value CLOCKF = 0x8800, what's the best SPI frequency for it ? my Xtal is 12.28MHz
by bianchi
Tue 2017-03-07 11:18
Forum: Microcontroller Software
Topic: STM32 SPI and VLSI?
Replies: 9
Views: 7705

Re: STM32 SPI and VLSI?

Should the speed between SPI1 and SDIO match ?
On my atmega128 I shared between SDcard and VS1053 and they are on the same speed.