Search found 94 matches
- Thu 2012-12-13 11:40
- Forum: System Software
- Topic: Button Cell Player
- Replies: 23
- Views: 7124
Re: Button Cell Player
Ok then, and where can i get inforamtion about overlays..? It's getting little confusing trying to sort out all your ideas implemented in the techniques you provide for large code support in VS1000b. The main idea probably became not clear for you so i repeat it. As mentioned in the "SD Holder theme...
- Tue 2012-12-11 17:20
- Forum: System Software
- Topic: Button Cell Player
- Replies: 23
- Views: 7124
Button Cell Player
Hi, VLSI team! This thread is logical branch of the thread "SD Card Firmware Holder " cause we are now searching for most simplicity way of porting ourproject to SD card support. And due to large amount of code that was organised with separate modules with combining them into big .IMG (as it was don...
- Tue 2012-12-11 12:39
- Forum: System Software
- Topic: SD Card Firmware Holder
- Replies: 26
- Views: 8353
Re: SD Card Firmware Holder
Ok, thanks for the infos, now I will discuss about this with Pasi, who has written the mlcplayer. In itself mlcplayer is just a player. The complications are the MLC, which requires the mass storage and player to be different programs, or actually three programs. To port software written in the mlc...
- Mon 2012-12-10 13:51
- Forum: System Software
- Topic: SD Card Firmware Holder
- Replies: 26
- Views: 8353
Re: SD Card Firmware Holder
Hi again! Unfortunately i ignored some important parts of Makefile project that made it possbile to live and work. Some of keys items are: 1) program.c vsemu NAND programmer with combined.IMG. Should be totally reworked 2) Booting from SD card in code. Should be written 3) Main modules (what i misse...
- Sun 2012-12-09 14:44
- Forum: System Software
- Topic: SD Card Firmware Holder
- Replies: 26
- Views: 8353
Re: SD Card Firmware Holder
Hi, Unfortunately that version would have almost nothing in common with the mlcplayer, and it would need completely custom format of the SD card. And of course different loaders, prommers, the whole framework. Hmmh, Let's try to think about this from a clean, fresh point of view. Please answer this...
- Sun 2012-12-09 14:39
- Forum: System Software
- Topic: SD Card Firmware Holder
- Replies: 26
- Views: 8353
Re: SD Card Firmware Holder
Unfortunately that version would have almost nothing in common with the mlcplayer, and it would need completely custom format of the SD card. And of course different loaders, prommers, the whole framework. Hmmh, Let's try to think about this from a clean, fresh point of view. Please answer this sim...
- Fri 2012-12-07 17:09
- Forum: System Software
- Topic: SD Card Firmware Holder
- Replies: 26
- Views: 8353
Re: SD Card Firmware Holder
Hi! >>Are we going to aim for an SD card implementation which has the data at fixed sectors just like in the >>nand flash? That's the thing - exactly what we need! Yes, we need the makefile (in fact we have the makefile from MLC8k, we just need to tune it to SD card instead of MLC NAND). The main pa...
- Wed 2012-12-05 22:22
- Forum: System Software
- Topic: SD Files Reading
- Replies: 6
- Views: 2526
Re: SD Files Reading
Program solved. We used wrong SD API funbction. When we took the examples mentioned in the code provided in your APPS everything went well, SD can be readed now along with SDHC with no problems.
- Wed 2012-12-05 11:14
- Forum: System Software
- Topic: SD Files Reading
- Replies: 6
- Views: 2526
Re: SD Files Reading
SDHC card works excellent - i just forgot to add "\p" to the name of file in player.currentFile = OpenFileNamed("\pTESTTEST", FAT_MKID('O','G','G')). Now SDHC files are playing well, but not SD one (tried on 3 different types). Code is(taken from some VLSI app example): ... /* Try to init FAT. */ if...
- Tue 2012-12-04 1:08
- Forum: System Software
- Topic: SD Card Firmware Holder
- Replies: 26
- Views: 8353
Re: SD Card Firmware Holder
Concerning the SD thread - i think the problem is somewhere in hardware cause i havent seen previously such strange behaviour when all SD inits (incvluding FAT) goes well and Playing files are running out cause of time out. We' d better find the reason ourseves and then report here 0 it will be usef...