Search found 111 matches

by Arek
Fri 2021-05-07 12:24
Forum: VS1010 Forum
Topic: Patch to fix SPI flash writing in VS1010D
Replies: 4
Views: 7719

Re: Patch to fix SPI flash writing in VS1010D

Hi Panu,
my firmware has already "bootx.dlx" in SYS folder.
Have you also -x version of this patch?
by Arek
Thu 2020-07-16 16:35
Forum: VS1010 Forum
Topic: FW/HW changes without notice?
Replies: 1
Views: 46428

Re: FW/HW changes without notice?

Now pictures in higher resolution
by Arek
Thu 2020-07-16 13:54
Forum: VS1010 Forum
Topic: FW/HW changes without notice?
Replies: 1
Views: 46428

FW/HW changes without notice?

Hi VLSI Team, A very serious problem. Our production is stopped! VS1010D from the last order differs significantly from the previously delivered. We had no problems with VS1010D (DC1838). However, our products with VS1010D (DC1940) from the last delivery cannot even be programmed. Worse, even the ho...
by Arek
Thu 2019-10-31 11:21
Forum: VS1010 Forum
Topic: Corrupted files after use "fwrite"
Replies: 8
Views: 8053

Re: Corrupted files after use "fwrite"

I suspect that the problem described in another thread ("Problem with automation") may have a common cause.
by Arek
Wed 2019-10-30 17:11
Forum: VS1010 Forum
Topic: Corrupted files after use "fwrite"
Replies: 8
Views: 8053

Re: Corrupted files after use "fwrite"

Hi, I make a few test . Unfortunately your tip did not bring the expected results. After a few "fwrite" I try to play the sound files again and for ogg get: TheRobotsO.ogg E'Bad libfile VR2' Maybe important. As I've seen in terminal window, "currentBlockLoaded" was newer true. ma...
by Arek
Tue 2019-10-29 16:59
Forum: VS1010 Forum
Topic: Problem with automation
Replies: 4
Views: 4967

Re: Problem with automation

PS.
Of course VS1010D boot mode is 4.
by Arek
Tue 2019-10-29 15:47
Forum: VS1010 Forum
Topic: Problem with automation
Replies: 4
Views: 4967

Re: Problem with automation

Hi Panu, thanks for quick response. "fwrite"- I check it later but problem with automation is much, much bigger. I had problems already using command line interpreter (Win10, cmd.exe). Simply using copy *.*, copy *.* to sys and as last one copy "dummy" file. Lazarus - Free Pascal...
by Arek
Tue 2019-10-29 14:47
Forum: VS1010 Forum
Topic: Problem with automation
Replies: 4
Views: 4967

Problem with automation

My new problem. This time it concerns the process of automatically copying data to SPI memory. As long as I do everything "manually" (promx with Termite, "format, "sys" and copying files with Windows Manager)- everything works as expected. Unexpectedly, for me, automating th...
by Arek
Mon 2019-10-21 17:53
Forum: VS1010 Forum
Topic: Corrupted files after use "fwrite"
Replies: 8
Views: 8053

Re: Corrupted files after use "fwrite"

Hi Panu, thanks for checking my message. as written earlier, I use a few small programs to manage the program needs. The first one is a “Starter”. It checks: playing music or work in “usb mode” (runlevel 2) or ... a very special case: “Writing procedure”. The last one will happen as a last step in o...
by Arek
Mon 2019-10-14 17:04
Forum: VS1010 Forum
Topic: Corrupted files after use "fwrite"
Replies: 8
Views: 8053

Re: Corrupted files after use "fwrite"

Hi Panu, many thanks! I use VS1010D in my application. The SPI memory also contain driver for ogg etc. sound format. Due to memory limitation i have divided my program into a few smaller ones. Programs are run only once. For example: Start with "usercode.dlx" then RunLib("s:A.dlx"...