• Big problems using DSB, ISB, DMB and SMC mnemonics with armv7 A8 TI Sitara am335x

    _nobody_
    _nobody_

    I implemented the following C snippet as normal  C file:

    /*
     *  test.c - Demonstrating the Secure Monitor Calls (SMCs) in am335x TI armv7 A8 architecture.
     */
    #include <stdio.h>
    
    static inline void asm_enable_L2_ECC(void) {
    	unsigned int reg_value;…

    • over 1 year ago
    • Software Tools
    • Arm Compilers forum