• 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...
  • 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...
  • PL310 counters in Samsung Exynos 4 Quad using Streamline
    Question L2 cache misses in Samsung Exynos 4 Quad using Streamline Is it possible to measure PL310 events using the DS-5 Streamline? The target device is Samsung Galaxy S3 with Exynos 4 Quad SoC...
  • L2 cache misses in Samsung Exynos 4 Quad using Streamline
    Is it possible to measure PL310 events using the DS-5 Streamline? The target device is Samsung Galaxy S3 with Exynos 4 Quad SoC and Cortex A9 cores. The device runs Android. -Dhinakaran
  • in gcc we use __attribute__((interrupt("FIQ")))  for fiq handler in C.  what is the equivalent using armcc compiler?
    in gcc we use __attribute__((interrupt("FIQ")))  for fiq handler in C.  what is the equivalent using armcc compiler?