• Development of Arm based systems with Synopsys Virtual Prototyping: Anytime, Anywhere!

    ** Sharing this article from Kamal Desai, Product Marketing Manager at Synopsys

    Around the world thousands of engineers have been asked to work from home. Temporarily gone are the days of global travel, and with it the ‘traditional’ development and global…

  • Normal store between exclusive transactions?

    Is it possible to have a normal store operation between LDX and STX operations from the same core/master?

  • SMMUv2 - Arm Corelink-MMU500 on Xilinx Zynq Ultrascale+

    Hi to all,

    I am developing an Operating System for ArmV8-A that ensures spatial isolation among the tasks using memory virtualization. I already wrote the MMU driver successfully and now I am trying to develop bare-metal driver for the SMMU-500 embedded…

  • UEFI on ARM-V8  based Linux Embedded System

    Dear ARM Forum,

    I want to understand more about UEFI for ARM-V8 based Embedded systems.

    1. Is UEFI on ARM-V8 Linux platform is good or bad ? why ?

    2. How UEFI is better than conventional Embedded Booting system?
         First-stage-Boot-loader --> U-Boot -…

  • Embedded ARMv8 dev board

    I'm an arduino guy looking for more power and I'd like to start using the high performance ARM chips such as the A57 and soon the A75, but I'm having an impossible time finding dev boards for anything other than some older ARM chips (I think the highest…

  • How to implement saturation instructions in ARMv8 architecture?

    Is there a way to write an equivalent of 32-bit saturation instruction such  as QADD or QSUB without using neon saturation instructions for Armv8 architecture?