• Precompiled header files
    Hello forum, I want to take use of precompiled header files in my project. My project is split into two parts. A library part and an application part. The application part is using the library part...
  • Precompiled Header
    Note: This was originally posted on 8th June 2010 at http://forums.arm.com Problem: I've been trying to utilize precompiled header option, but with no luck. Even after installing patch 771 for RVCT 4...
  • Startup file for stm32l072xx
    Hi ! I'm looking for some documentation about startup file (startup_stm32l072xx.s, for arm cortex M0+), in order to understand how it's work and how can I modify it. For the moment I didn't find...
  • precompiled library.a instructions for use?
    Hi everybody, I use Keil uvision 5.10.0.0 and ARMCC as compiler. I have been given a libmain.h and library.a compiled with Cross-studio for ARM (gcc-arm-unknown-elf) for Cortex M3 ARMv7M, FP soft,...
  • Importing CPP libs to CubeMX project
    Hi, I am trying to import .cpp file to stm32f103c8 CubeMX project. I have a CPP file I want to import to keil. How can I compile CPP and C files at the same time on Keil. Can I do that? I want to...