Browse By Tags

Sorry, but there are no more tags available to filter with.
  • Big problems using DSB, ISB, DMB and SMC mnemonics with armv7 A8 TI Sitara am335x

    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;…