|
2010-07-19
, 15:25
|
|
Posts: 334 |
Thanked: 171 times |
Joined on Dec 2009
|
#2
|
The Following User Says Thank You to giannoug For This Useful Post: | ||
|
2010-07-19
, 15:42
|
Posts: 96 |
Thanked: 55 times |
Joined on Apr 2010
@ İstanbul - Turkey
|
#3
|
The Following User Says Thank You to Optln For This Useful Post: | ||
|
2010-07-19
, 17:28
|
Posts: 196 |
Thanked: 141 times |
Joined on Aug 2007
|
#4
|
The Following User Says Thank You to jcharpak For This Useful Post: | ||
|
2010-07-25
, 18:26
|
Posts: 124 |
Thanked: 52 times |
Joined on May 2010
@ Sweden
|
#5
|
|
2010-09-16
, 04:18
|
Posts: 124 |
Thanked: 52 times |
Joined on May 2010
@ Sweden
|
#6
|
The Following 2 Users Say Thank You to S0urcerr0r For This Useful Post: | ||
|
2010-09-16
, 06:11
|
|
Posts: 466 |
Thanked: 180 times |
Joined on Feb 2010
|
#7
|
The Following User Says Thank You to clasificado For This Useful Post: | ||
|
2010-09-16
, 06:55
|
Posts: 18 |
Thanked: 26 times |
Joined on Jan 2010
@ Kaunas, Lithuania
|
#8
|
The Following User Says Thank You to Dariu5 For This Useful Post: | ||
|
2010-09-16
, 10:22
|
Posts: 137 |
Thanked: 150 times |
Joined on Jan 2010
|
#9
|
|
2010-09-16
, 10:43
|
Posts: 131 |
Thanked: 78 times |
Joined on May 2010
|
#10
|
The Following 3 Users Say Thank You to m0da For This Useful Post: | ||
http://talk.maemo.org/showthread.php?t=18746
i guess DSP programming may be one of the most extreme arts of programming - only meant for legendary hardcore developers.
Not neceserily only because its difficult learning DSP assembler, on top of arm assembler (which itself should require much dedication to maintain the massive knowledge and education) - but also that the DSP's usefulness is within some limited target applications.
Now to the questions:
1. Whats so special with the DSP? is it really worthwhile developing for a 430mhz DSP rather than a 600mhz CPU? i know Mhz vs. Mhz can be a whole science, so to make the question short: Where does the DSP shine, from a system level perspective? (...Floating point calculations? MOV's?)
2. Can the DSP be used in conjunction/simultaneously with the CPU on the N900? or does it generate too much overhead on the BUS?
3. Which applications can benefit from using the DSP?
i would guess all kinds of sound and video encoding/decoding is where it shines? But why is that? Can it also be used for regular file compression (ZIP/RAR)?
4. Are there any tools available to compile and build code? Will it cause any software conflicts running such code builds in Maemo? i would guess it isnt a good idea to try using the camera video recording while simultaneously using the DSP for other activities - there hardly would be any resource handling or multitasking kernel running for the DSP...