I have a 64K memory in my target, can I read it at once using memcpy through DMI interface ?
Can I also read the same memory using b_trasport call(if DMI is not allowed) ?
What is better from the folloiwng(with DMI)
- reading entire memory at once
- or in steps(may be data equals to buswidth at once)
and which one is better with b_transport API
Thanks
RahulJn