• External library inclusion to project build
    Hello, I am trying to use a external library ( MDU library) in the project build.There are 6 routines defined in the lib. To use the library I include the library to the project build. Then right...
  • RTX5 Inclusion
    Hi everyone! i'm trying to add CMSIS-RTX5 in my project. Without RTX5 the code run correctly. Adding RTX5 the following error appears: .\stm32_base.axf: Error: L6200E: Symbol PendSV_Handler multiply...
  • DSP FILE INCLUSION
    Well am using keil uvision 5 for my development. i have added CMSIS dsp file and device file using run time environment. but when am adding math_helper.c source file am getting error. which is ...
  • Header file inclusions
    After reading a post, I embarked on another long rambling about #included header files (a topic that keeps popping up) Reference Post: http://www.keil.com/forum/docs/thread14314.asp (And also a...
  • Does the #ifndef to prevent recursive inclusion actually work ?
    I am experimenting with the Keil MDK-ARM toolchain (the free version), and an STM32F407 Discovery board. So far so good, were it not for a small problem. My background is with Embarcadero RAD Studio...