Hello, we need to load/store data from/to the pointer on system privilege utilizing instruction with user privilege access. ARMs have such instructions (LDRT/STRT). Is there some chance to force GCC compiler to use LDRT/STRT instructions instead of usual LDR/STR? I know that I can use an inline assembly, but I just need to know that I don't miss some straight way. Jiri