• 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 ...
  • 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...
  • Inclusion of one project in another
    Hi, I am using an STM32F103 to control an instrument. I have the DfuSe USB bootloader at address 0x08000000-0x08003000 and then my application code from 0x08003000 onwards. These two chunks of code...
  • HEADER files
    can i use TYPEDEF keywordin the header file as i m using KEIL microvision3 c51 compiler
  • 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...