Displaying 1 result from an estimated 1 matches for "trival_example".
2017 Oct 18
4
Global stack on Cortex-M4
Hi all !
I just learned about the Opus codec and would like to try it out on my
NRF52 (Cortex-M4) target. I've been struggling a bit with the
"trival_example.c" setup but repeatedly run into "hard fault" crashes
when stepping through the code.
Firstly; for a "bare bone" configuration, does the following compiler
directives make sense ?
UDEFS = -DOPUS_BUILD -DFIXED_POINT -DDISABLE_FLOAT_API \
-DOPUS_ARM_INLINE_EDSP...