• FPGA image or FVP for cortex-m85
    I could not find the FPGA image for MPS3/MPS2+ or FVP (Corstone-310). If already been released please point me in the right direction. If not, it would be beneficial to know when we can get the FPGA image...
  • MPC configuration for SSE-310-MPS3_AN555 (ARM Cortex-m85)
    I am trying to create a TrustZone project for the Cortex-m85 (AN555 FPGA image for MPS3 board). The default linker script loads the non-secure project on 0x1020000 memory(in SRAM). So am using the MPC...
  • hello_world.c test hang in Cortex-M85
    Hi, I'm new to ARM IP Integration and running hello_world.c test by using below command make run TESTNAME=hello_world SIM=vcs The test was hanged and unable to trace what is happening in the background...
  • When will the Cortex-M85 be supported by the GCC?
    Hello Community, Does ARM plan to add support for the Cortex-M85 to GCC. In which of the next GCC releases could we expect support for the M85? Regards
  • Security principles for TrustZone for ARMv8-M - example slide 22
    I noticed on slide 22 of the security principles presentation the function definition sec_sum_silly(int *p, volatile size_t *s); The presenter explicitly noted that they needed to mark the variable s...