We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
> Its possible to execute the Multimedia (like Audio, Vidoe, Graphics.....) components in NEON.Yes, the NEON unit in Cortex-A8 is well suited for handling software codec work such as MP3 and MPEG. ARM have released some free-of-charge OpenMAX libraries which implement the low level (DL layer) of the Khronos OpenMAX signal processing stack. The ARMv7 version includes functions implemented in NEON which can be used as building blocks for codecs. [url="http://www.arm.com/products/multimedia/openmax/"]www.arm.com/.../url]> Is it possible to execute ARM instructions (Normal Applications), while NEON co-processor is executing multimedia applications?Yes. NEON instructions are forwarded through the ARM pipelines to the NEON unit, but the exeuction of NEON instructions runs in parallel to the execution of ARM instructions in the main ARM pipelines.