開發平台(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;