2017-09-07 04:29 AM
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.
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.02017-09-07 04:43 AM
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.