Hey guys,
how can we use DSP math functions on the nRF52832 little monster? Is there somewhere some documentation?
What about power consumption and performance?
Thanks.
Hey guys,
how can we use DSP math functions on the nRF52832 little monster? Is there somewhere some documentation?
What about power consumption and performance?
Thanks.
It's an ARM Cortex
-M4F CPU - so you use the DSP functions in exactly the same way you'd use them on any other Cortex-M4F.
www.arm.com/.../cortex-m4-processor.php
Thank you awneil, much appreciated. I'm working on a different environment than keil (Visual Studio + VisualGDB), I will have to download the CMSIS library and use it in my environment? Do you have some information about power and performance? I'm completely new to DSP.
Thank you awneil, much appreciated. I'm working on a different environment than keil (Visual Studio + VisualGDB), I will have to download the CMSIS library and use it in my environment? Do you have some information about power and performance? I'm completely new to DSP.