• ds5 armcc link erro
    I am building a shared library for my own os with armcc(for some reason used the stdlib's 'malloc'), the link options is "--fpic --shared --linker_script="../lscript.ld" ",buf I got a link fault with...
  • why Foundation Model can not produce Address size fault,Translation fault, Access flag fault?
    Hi,      I  want  to produce an exception in Foundation Model to test my ARMV8 U-boot. But when I set AF bit to 0 in last level page table entry, and want to produce an Access Flag exception, it failed...
  • DS-5 Debugger hang issue, while debugging c/c++  application on Baremetal cortex-A8 using RTSM model?
    I am using DS5 Evaluation version. I am trying to debug baremetal cortex-A8 executable.The debugger freezes when it tries to connect with Baremetal Cortex-A8 RTSM model? How to resolve the hang issue...
  • Facing issue while Prefetching the data
    for(y=0;y<height;y++) { a0 = vld1_u16 (&p[width*0]); // a0 - a10 = 16x4 vector and width is 32 bit integer a1 = vld1_u16 (&p[width*1]); a2 = vld1_u16 (&p[width*2]); a3 = vld1_u16 (&p[width*3]); a4 = vld1_u16...
  • ARM DS-5 Compiler issue: fatal error: No such file or directory
    Dear all, I'm tring programing with ARM DS-5 on Zedboard, I just made a simple project to test Bluetooth function. In this project some bluetooth header files were needed, I copied the header files to...