• When does RTX (re)evaluate which thread to run next?
    Hi, a hopefully simple example to explain the background of my question. Say, an interrupt handler is interrupting a thread "some_thread_id_A" and looks as follows: SomeIRQHandler(void) { ... some code...
  • Is it possible to compile the example of TrustZone for Cortex-A9 with a GNU compiler or the ARM is the only one usable?
    I'm trying to compile the VersatileExpress_TrustZone_Example with a GNU compiler and it's full of errors. I compiled the example with the ARM one ansd it worked perfectly but i only have a evaluation...
  • How FPGA boards help to validate ARM processors
    In this article I will explain how ARM® uses FPGA boards during the development of new cores to validate the design and how this technique is particularly useful to reduce project time and costs, giving...
  • ARM Energy Probe on Windows 7 64bit ?
    Hello everyone, I'm trying to use the ARM Energy Probe on a Windows 7 64bit but the driver does not want to install. Do you have any idea or hint for this issue ? Could not find anything on the "Search...
  • how to study bootloader for ARMv8 64bit SOC?
    hi, experts: I want to study bootloader code for ARMv8 64bit CPU. But not find any development board with 64bit ARM CPU. I found ARM company had released 基础模型 - ARM . So, i have a question about this...