• No segmentation fault when expected with aligned load and store

    Hi all,

    It is a well known fact that performing an aligned vector load with an unaligned memory address should lead to segmentation fault.

    However, when I do try to run code segment below using the same, i do not see any segmentation fault.

    ---------…

  • How to get started with ARM cortex R series programming?

    Hello All,

            I am proficient in C language and also been doing linux based developments on ARM cortex A series SBCs so far.  But now I am interested in programming the Cortex-R series processors for various real time projects. Please guide me in the following…