About STREX/LDREX instructions on LS1043A

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

About STREX/LDREX instructions on LS1043A

654 Views
heheyellowriver
Contributor I

Does LS1043 support STREX and LDREX instructions in A32 mode?

There is data abort when I execute strex/ldrex instructions on the LS1043A development board.

For exemaple:

        cpu_init:
            pantest_loop: b pantest_loop
            ldr  r2, =0x80180000
            ldrex r1, [r2]      # there will be dataabort exception

Could you please give me some suggestions or comments? Many thanks!

Labels (1)
Tags (1)
0 Kudos
0 Replies