• Autodetection failure when trying to debug a bare metal platform with ARM development studio and dstream
    I have an ARM cortex-A9 based bare metal platform that I am trying to debug with dstream and evaluation version of ARM development studio (installed on a windows 64 bit machine) I tried adding/detecting...
  • What are the compile option differences between --specs=nosys.specs and --specs=rdimon.specs in arm-none-eabi-gcc?
    1. As title. and what time I need to add options ? I know add --specs=nano.specs thas is mean using newlib-nano when I use arm-none-eabi-gcc. In readme, rdimon is for semihosting. Nosys is for...
  • DS-5 error code 132
    Dear All, When I run DS-5 debugger with gui, it show a connection failed But I have no idea about following error message, please kindly check: >>>>>>>>>>>>>>>>>>>>>>>>Connection Failed>>>>>>>>...
  • Question regarding "Debugging on Baremetal configuration startup cortex A-150"- I encounter the below mentioned error
    ERROR(COR118-TAD11-NAL20): ! Unable to determine if SVC was a semihosting call ! Failed to write 18 bytes to address S:0x80070018 ! Verify error on memory operation. I started debugging from entry point...
  • Using armcc with Autotools
    I'm trying to migrate a bare metal ARM project, that was previously built with GCC (arm-xilinx-eabi) and Autotools, over to DS-5 armcc toolchain.  Does anyone have a working example of using Autotools...