开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
TI CCS + TI arm compiler
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
none
问题(Question):
因为out-of-order execution产生bus fault
喂入的资料(Input):
none
预期的正确结果(Expected Output):
none
错误结果(Wrong Output):
asm中被重排成read 3, write 1, write 2, write 4, write 3,在device上产生bus fault
程式码(Code):(请善用置底文网页, 记得排版)
(*((volatile unsigned long *)0x400FE608))=0x01;