2018-11-15 08:48 PM
Im getting this error for all Cubemx Generated Software. Even for the nucleo Project. Please help
Im bulding a project using stm32f105r8t6.
2018-11-15 11:17 PM
You probably use some improper compiler settings, ie. you don't have compiler set to compile code for Cortex-M3.
JW
2019-04-03 04:56 AM
Go to Project_settings->Target->Device and added Nordicsemiconductor select any one there and build it... I solved my issue like this
2020-10-21 02:07 PM
I had the same issue while running my code on IAR Embedded Workbench for ARM 7.60.2.
The answer by @VRapa worked for me. I followed the instructions (Project --> Options --> General Options --> Target), and under "Device", selected the processor for which the code was written for (in my case, STM32F103VE), and ta-da.
The code now builds with no errors.