• Definition of variables, an operation of variables with different data types and casting
    Dear all, I have an experience to develop C code for different microcontrollers and DSPs. However, this is first time to develop code for Arm Core microcontrollers. I am using STM32F334 and STM32F745...
  • How to pass arguments to a bare-metal app using u-boot
    I'd like to pass arguments to a bare-metal application using u-boot. Ideally, I would like to do this using CPU registers, in the same way u-boot passes the device tree address to Linux. But solutions...
  • Cache type and cache operation sequence
    I have a shared memory in DDR  --- shared between two separate ARM execution environments (say A and B)  in a heterogeneous compute SoC. SW on each execution units (A and B) Reads and Writes to this shared...
  • Difference between revisions
    Hello, I'm very new at the community, I want to start working with the ARM cortex A15, while looking for the datasheet, I got the page ARM Information Center , where I found a LOT of information about...