• ARMcc CMake Toolchain availability
    Hi, I'm currently using MDK ARM as IDE but I want to switch to Cmake / Eclipse Is there an official cmake toolchain for armcc to start with ? Regards.
  • HEX PROGRAMMING APPENDS .AXF
    Hi, I use uVision V4.60.0.0 and I trying to flash the hex file with Ulink2 device. The problem is that Keil doesn't allow me to flash .hex without .axf file. Possible solution to this problem...
  • sprintf appends a null.
    Why does sprintf() append a null?
  • C51 CMake
    Has anyone been successful using CMake to build your projects? I'm trying to using Conan.io; all our other projects use it. Conan integrates well with CMake. Thanks.
  • cmake with keil toolchain
    I'm looking into using Cmake with the keil c166 toolchain. Does anyone has experience with doing this? I think it should be possible to make it work, since we're now using gnu make to build our code...