• Sharing variable (struct) in Bootloader with Application
    I am wanted to write a bootloader. If an application is already programmed, it transfers control to the bootloader with an interrupt call (_trap_0x7F). The bootloader needs several informations form the...
  • Sharing variable (struct) in Bootloader with Application
    I am wanted to write a bootloader. If an application is already programmed, it transfers control to the bootloader with an interrupt call (_trap_0x7F). The bootloader needs several informations form the...
  • Memory controller shared between CPU and GPU ?
    Hi Peter Harris , In odroid XU3 board, does the ARM CPUs and T628 GPU share the memory controllers ? Is there anyway to get the information about memory controllers. I am trying to model tthe memory...
  • Memory controller shared between CPU and GPU ?
    Hi Peter Harris , In odroid XU3 board, does the ARM CPUs and T628 GPU share the memory controllers ? Is there anyway to get the information about memory controllers. I am trying to model tthe memory...
  • share memory between core0 (linux) and core1 (bare-metal)
    Hello, i want to use the arm cortex a9 to share memory between both cores. are there any examples online? Thanks, Mike