• (ARMLMD_LICENSE_FILE) ERROR
    Hello, how are you? I'm working on a project and I have to get DAP-Link to run, however, I'm having some difficulties getting the environment to run. I'm following the tutorial link github.com/.../DEVELOPERS...
  • which kind of code is calling the microlib of __aeabi_uread4(uread4)
    Hi Expert, I'm using Keil to compile my Cortex-M0 project and find some time the image is including the microlib of __aeabi_uread4(uread4), which costs about 20Bytes memory. I wander to know which kind...
  • 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...
  • Named regions with zero_init attribute
    Hi, I've some confusion with named regions and their attributes. In my case, I've a named region as below: #define SHARED_DATA_ZI __attribute__((section("data_shared_zi"),zero_init) and then in...
  • ARMASM - include file using defined parameter
    Hello, I trying to include .s file into another .s file using INCLUDE directive with defined parameter, but without success. I check 2 scenario. Scenario 1 startup.s file: #include "Configuration...