• STM32F1 compiler issues
    Hello, I am trying to compile a project for STM32F103CB, but it doesn't seem to work properly. First of all, this project compiles and runs on IAR SDK. I ported it on uVision 5 SDK, and, after...
  • scary STM32F4 compiler issue?
    I am investigating what looks to be a memory corruption issue. I am stepping through the assembler and I cannot explain what I see. It's as if the microcontroller is not correctly interpreting the assembler...
  • Peripheral Files Compiling Issues
    Hello everyone, I've been trying to get started with a STM32FDiscovery (with STM32F100RB controller) board in uVision. However, when I compile my program I get the error- L6218E "undefined symbol...
  • Compilation issue with KEIL
    Hi, I am building my application for lpc3131 processor using keil toolchain. I am able to create bin and rom image but when i try to debug( that i can do only through axf file), my usbmem example...
  • Simple issue on inline compile
    How to use 'inline'? If the subroutine use the C variation mapping a hardware port or registor directly, does the compile make the context protection automatically?