how arm read flash memory?

Programming, for all ages and all languages.
Post Reply
tiger
Posts: 3
Joined: Sat Aug 04, 2012 1:34 am

how arm read flash memory?

Post by tiger »

On x86, to read data from hard drive I use in/out instruction.
But on ARM processor doesn't have in/out instruction. There are the same on MIPS architecture.
so tell me when who know how ARM can read flash memory.
I don't know just one problem.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: how arm read flash memory?

Post by Combuster »

MMIO, RTFM (3rd time), and learn english, thank you.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Post Reply