ARM-software / CMSIS_5

CMSIS Version 5 Development Repository
http://arm-software.github.io/CMSIS_5/index.html
Apache License 2.0
1.32k stars 1.08k forks source link

DSP Lib build projects appear to build only for the M0 #547

Closed ejd037 closed 5 years ago

ejd037 commented 5 years ago

Hi,

The ARM project for the DSP library, located in both DSP\Projects\ARM\arm_cortexM_math.uvoptx and in DSP_Lib\Source\ARM\arm_cortexM_math.uvoptx, only contains a project for the Cortex-M0 (uVision only shows a "cortexM0l" target). Where are projects for other cores, in particular the M4F? I'd like to make sure the pre-built library that comes with the wad, Lib/ARM/arm_cortexM4b_math.lib, was actually built to make use of the M4F.

Thanks,

Eric

ghost commented 5 years ago

Hello Eric,

when you open this project with uVision than you can select different targets (Cortex cores) via the target drop down menu.

Martin

ejd037 commented 5 years ago

Thanks Martin, got it. I'm new to uVision.

JonatanAntoni commented 5 years ago

@ejd037, can you close this issue if its solved, please?