Search found 94 matches
- Tue 2012-10-16 9:31
- Forum: System Software
- Topic: VS1000, no VSIDE, USB Manual handling
- Replies: 5
- Views: 2698
Re: VS1000, no VSIDE, USB Manual handling
Tnx a lot! "When you use hook functions, you either have to reset them to default values before loading the other program, set all hooks (either to your own routine or the default) in each program, or use ResetIRAMVectors() to restore them to defaults, then set the hooks you need in each progra...
- Sun 2012-08-26 23:42
- Forum: System Software
- Topic: VS1000, no VSIDE, USB Manual handling
- Replies: 5
- Views: 2698
Re: VS1000, no VSIDE, USB Manual handling
Hi!
Using my home VLSI Forum accaunt, i want to push this message on top, and get answer by Pasi - exactly this person!
As it was commented by some of VLSI team specialists, the full answer can be given only by Pasi.
It is very important for me to get the answer til summer end.
Thank you very much.
Using my home VLSI Forum accaunt, i want to push this message on top, and get answer by Pasi - exactly this person!
As it was commented by some of VLSI team specialists, the full answer can be given only by Pasi.
It is very important for me to get the answer til summer end.
Thank you very much.
- Fri 2011-05-13 11:25
- Forum: System Software
- Topic: VS1000 User Interface handlers
- Replies: 2
- Views: 10000
Re: VS1000 User Interface handlers
post should be placed in BUTTONs theme actually, written here by mistake
- Fri 2011-05-13 10:13
- Forum: System Software
- Topic: VS1000 User Interface handlers
- Replies: 2
- Views: 10000
Re: VS1000 User Interface handlers
Hi again! Still need a little more explanations about buttins work "scheme". I managed to make vol up\down buttons - and now they work correctly - due to "Trigger help trcik" (it was the problem why buttons didnt want to work). But for now, i need help in upgrading the shut down ...
- Tue 2011-05-10 15:43
- Forum: System Software
- Topic: BUTTONS
- Replies: 6
- Views: 2223
Re: BUTTONS
Now - absolutely right understanding of my problem and as result - fully understanding by myself. Tnx
- Tue 2011-05-10 15:00
- Forum: System Software
- Topic: BUTTONS
- Replies: 6
- Views: 2223
Re: BUTTONS
Tnx for link, havent found it when i as trying to declare own buttons.. But still, 2 variants of working are needed to be explained - you better know what way is possible and which is not.
- Tue 2011-05-10 13:13
- Forum: System Software
- Topic: BUTTONS
- Replies: 6
- Views: 2223
Re: BUTTONS
any solutions .. ?
- Sat 2011-05-07 16:44
- Forum: System Software
- Topic: InitAudio() problem
- Replies: 12
- Views: 8017
Re: InitAudio() problem
By the way, problem with invalid BOOT RECORd was solved simply by changing SPI FLASH from 8 kb to 16kb
- Sat 2011-05-07 16:13
- Forum: System Software
- Topic: BUTTONS
- Replies: 6
- Views: 2223
Re: BUTTONS
And also the question about POWER button. Should i press it every time or can i rebind it ti another GPIO..? What i actually need is this way of working with buttons : 1) Volume - up and down - diff GPIO, also continiously down,up - this i ve read from examples and manual and if you help me in previ...
- Sat 2011-05-07 14:44
- Forum: System Software
- Topic: BUTTONS
- Replies: 6
- Views: 2223
BUTTONS
Problems with buttons now.. I ve done these things: #define KEY_1 1 #define KEY_2 2 #define KEY_3 4 #define KEY_4 8 #define KEY_5 16 //#define KEY_POWER 256 /* pause / power off/on */ const struct KeyMapping myKeyMap[] = { {KEY_1, ke_volumeUp}, // Key A: Volume step up {KEY_1 | KEY_LONG_PRESS, ke_vo...