2014-12-08 03:08 PM
Hi,
when compiling an example in STM32f303_DSP_STD_PERIPH _LIB 1.10 I get lot of errors. then I check the project options (IAR) and the selected controller is arm7tdmi! Changing the controller do not fix the problem. Can someone help me?thanks in advance. #know-your-tools2014-12-08 03:58 PM
Can someone help me?
I'm a Keil guy, so perhaps not I. The IAR project templates target IAR 6.40, and you might well have to be conscious of IAR's CMSIS issues, and how the include paths are set/working. Really not sure from your post as to what exactly the errors are, the first one being the most pertinent and subsequent ones less so as the compiler tries to resynchronize and recover. The library projects are not that complex they couldn't be recreated from scratch, most of the setting relate to compiler defines, and include file paths.2014-12-09 04:46 AM