pld instruction on iMX233 implemented?

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

pld instruction on iMX233 implemented?

Jump to solution
1,132 Views
rolfheimerdinge
Contributor II

Hello,

ARM describes pld assembler instruction:

"PLD (Preload Data) signals the memory system that memory accesses from a specified address are likely in

the near future. ..."

It's implemented in ARM 5TE and above, and iMX23 ist ARM 5TE.

On my system, pld instruction seems to execute as nop. Is it available?

Regards,

Rolf

Labels (1)
0 Kudos
Reply
1 Solution
972 Views
MarekVasut
Senior Contributor I

The MX233 uses ARM926EJS core, therefore read ARM Information Center and in particular, quote:

  • The PLD data preload instruction does not cause data cache linefills. It is treated as a NOP instruction.

View solution in original post

0 Kudos
Reply
2 Replies
973 Views
MarekVasut
Senior Contributor I

The MX233 uses ARM926EJS core, therefore read ARM Information Center and in particular, quote:

  • The PLD data preload instruction does not cause data cache linefills. It is treated as a NOP instruction.
0 Kudos
Reply
972 Views
rolfheimerdinge
Contributor II

Thank you very much.

Not the answer I wished, but I have to handle without pld.

Regards,

Rolf

0 Kudos
Reply