Search:

Type: Posts; User: Vineeth_PP

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    3,259

    Actually, I am working on a SoC which has Cortex...

    Actually, I am working on a SoC which has Cortex R52 as real time core and Cortex A76 as application core and yocto Linux is running on that. I want to read value from the Linux side from a shared...
  2. Replies
    3
    Views
    3,259

    Accessing a physical memory address

    Hi

    I want to read and write from a physical memory, the method I used is
    ex: if memory address is 0x58000000
    int a = 10;
    int b;
    * (volatile int * ) 0x58000000 = a;
    b = *( volatile int * )...
Results 1 to 2 of 2