• Retarget.c
    My app is with stm32. But I think it's the same problem. Use the right Retarget.c file will do. You can download form Keil " http://www.keil.com/download/docs/369.asp" "RL-ARM SD/MMC File...
  • Migrate to Arm Compiler 6 from gcc
    In a previous article I wrote about migration from armasm (the legacy Arm assembler) to Arm Compiler 6 (AC6). This was useful for users who were already using the Arm toolchains for their builds. But...
  • ARM C/C++ Compiler, RVCT4.0
    Hello ; We were working on a project where we have to change our local time (UTC +2 ) . After development we changed our time from 10.12.2016 to 1.1.2020 to test our application . But accidentally...
  • Migrating from armcc to armclang causes section type conflict
    I am trying to migrate an existing project from armcc to armclang using Keil. Most of the new errors generated by simply switching the compiler have been easily cleaned up with help from their migration...
  • Understanding defect fixes listed in Compiler Release Notes
    I see that the lists of corrections / known defects in the release notes of each new compiler revision are tagged with a unique identifier (ex. SDCOMP-15294). Is it possible to find further information...