This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ARM-specific file(s] missing from FPU_FFT example (NRF5 SDK 16) in Segger Embedded Studio?

Hi everyone,

I have come across the FPU_FFT example project for nRF52840. Just for curiosity - I'm HW-guy - I'd like to evaluate FPU's performance - to see how many instructions are needed when FPU is used vs. SW floating point calculations. (Actually, we will be using nRF52840 in a project where input data from sensors is filtered by (using float calculations) IIR filters).

What is strange that after the example project has been built and output files are visible in project explorer, I can't open them - I'm asked to locate files arm_cmplx_mag_f32.c. This file is nowhere to be found in SDK16 - where should this file come from? My compiler is set to gcc. If not located, SES crashes (as expected).

Could you help me get this fixed?

Thanks a lot.

Cheers,

Petr

Related