CMSIS_5 icon indicating copy to clipboard operation
CMSIS_5 copied to clipboard

CMSIS-DSP: arm_sin_cos_example_f32.c, How to disable unused functions?

Open Rimatara opened this issue 2 years ago • 2 comments

I try to compile arm_sin_cos_example_f32.c in the MPLAB X IDE, XC32, Harmony 3 but I get an error:

commontables.o: Link Error: Could not allocate section .rodata, size = 920376 bytes, attributes = code Link Error: Could not allocate program memory

How and where I can disable unused functions to fit program to ATSAMD21J18 (Cortex-M0+), Data/Program 32k/256k?

Sin_Cos_Example_f32.zip

Rimatara avatar Feb 12 '23 19:02 Rimatara

Hi @Rimatara,

please take note that CMSIS-DSP has move off into its own repository at https://github.com/ARM-software/CMSIS-DSP. You might want to raise your question over there.

Cheers, Jonatan

JonatanAntoni avatar Feb 13 '23 09:02 JonatanAntoni

Hi Jonatan,

Thank you for letting me know. I posted it there.

Have a nice day, Dan

Rimatara avatar Feb 13 '23 11:02 Rimatara