You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RPC: Configure M4 memory as strongly ordered if booting from SDRAM.
If the Cortex-M4 core is booting from SDRAM, the memory region must be
configured as Strongly Ordered. Note that the Cortex-M4 core does not
seem to implement speculative prefetching, so there is no need to protect
the whole region from speculative prefetching with a second MPU region.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
0 commit comments