• CMSIS DAP DEBUG MDK V5.33 for MK20DX256 device
    I have build the blinky example for my target device.i want to upload hex file to the device.when i select CMSIS DAP Debugger and try to upload to device ,there is an error that says no debug unit device...
  • ARM compiler 6 availablity at 32 bit version
    Hi Experts, It seems like ARM compiler 6 available only in 64 bit version. As I am using 32 bit machine when it could be expected for 32 bit machine ?
  • How to force string (rodata.str) alignment with ARM 6.6.3
    Hi is there a way to force constant strings to be aligned on 4 byte boundary? For example: createTask("Taskname"); I tried the linker option "OVERALIGN", but it just generates a warning. Cheers...
  • How to rename sections using ARM Compiler 6 tools?
    I'm making XEN hypervisor being able to be built with ARM Compile 6 (6.6.3 in particular). While the hypervisor sources are compiled with armclang and linked with armlink into functional binary, some...
  • ARM Compiler 6.11 bug: weak variable debug info error
    Bug founded on the new ARM Compiler 6.11 release, not before. a.cpp: [[gnu::weak]] int var_a = 0; int main(int argc, char const *argv[]) { return var_a; } b.cpp: int var_a = 1; build...