• Juno CoreSight Setup
    Hi Everyone, We just bought a Juno Versatile Express board for development.  Using the getting started guides and I have successfully installed DS-5 on a host and a rootfs on the board.  I'm using the...
  • Juno MMU setup
    Hi, I was trying to change my MMU setup from 39bit address space to 40bit address space in Juno. Previously I was successfully able to map 39bit address space by setting T0SZ=25 and using L1 level...
  • CTI setup for halting all processors in A53
    We have A53 with three uPs in our system. We are tying to debug one issue where I try to halt (b .) uP on certain condition but it will only halt process that detected the condition. My question is how...
  • Arm Compiler setup for Musca-B1 Software Examples
    The TF-M Keil pack software examples for Musca-B1 are set up to use Arm Compiler v6.9 by default. This works fine for Keil MDK v5.25, but causes a build error in later versions of MDK which come with...
  • Porting code to NEON
    I have some Intel AVX/2 code that I need to port to NEON. I looked at OpenVec, but it seems to be missing some APIs. Is there a guide on NEON instructions that are equivalent to NEON? Thx, Y-