Displaying 2 results from an estimated 2 matches for "at32uc3b0512".
2016 Nov 16
1
Fwd: HW requirements?
Hi all,
I would like to implement an opus encoder on a TI CC2650 MCU (128 kB Flash).
I did not find any information about the hardware requirements of opus, but
I found that someone already had trouble with the flash size with the 512
kB ATMEL AT32UC3B0512. (http://lists.xiph.org/pipermail/opus/2016-August/
003611.html)
Do you think I should start implementing or rather find an other
lightweight codec? Can you recommend any?
Thank you,
Bence
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pi...
2016 Aug 26
2
Using opus on ATMEL 32-bit RISC microcontroller
Hi,
First of all, I'm quite new to opus.
I'm trying to use fixed point opus on an ATMEL AT32UC3B0512.
I added the opus source into mine sw tree, I trim off code I don't use
(eg. arm, x86 folders)
It compiles, but the generated image is too big to fit in the flash.
Have I any way to reduce the source footprint?
(Eg. throw away unecessary files, if there are any..)
Thanks,
Daniele.