cancel
Showing results for 
Search instead for 
Did you mean: 

Does STM32F4xx_DSP_StdPeriph_Lib_V1.8.0 installation position affects to KEIL?

Carter Lee
Associate III
Posted on September 07, 2017 at 13:29

Hi,

I have another computer for testing STM32F429 DISC1 kit with KEIL.

But I've got a some problem as the below image.

You can see the red X mark in the Keil editor.

0690X0000060462QAA.jpg

I don't know why does it happen. I just installed the same  STM32F4xx_DSP_StdPeriph_Lib_V1.8.0 file. But only different thing is the installed directory.

Good thing is installed to C:\work\en.stm32f4_dsp_stdperiph_lib but problem is installed to D:\work\en.stm32f4_dsp_stdperiph_lib.

Does STM32F4xx_DSP_StdPeriph_Lib_V1.8.0 installed position affects to the KEIL?

What am I supposed to do to resolve this problem?

#stm32f4xx_dsp_stdperiph_lib_v1.8.0
1 REPLY 1
AvaTar
Lead
Posted on September 07, 2017 at 13:43

I don't know the latest uVision versions, but this looks strangely familiar.

Eclipse IDEs often have the same problem. The compiler and the parser do not see the same include files / paths.

The parser (just for 'painting' in the editor) has problems, but a build works ...

Keil has a good forum, perhaps you ask there, or even find it in the uVision docs.