• 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...
  • 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...
  • 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...
  • DSP
    Hi all In case there is need to filter the analog input to an analog port what is the best approach ? Adding external filtering circuits or using dsp libraries in the code? Thanks Elico