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
According to the RM for these devices, icache is available for 2 cache lines of 64 bits each. (Additionally there is a prefetch mode for a small number of instructions).
However, the enable_icache function in the SCB struct is only available for devices that are not armv6m, which is the target used for these devices.
The text was updated successfully, but these errors were encountered:
According to the RM for these devices, icache is available for 2 cache lines of 64 bits each. (Additionally there is a prefetch mode for a small number of instructions).
However, the
enable_icache
function in theSCB
struct is only available for devices that are notarmv6m
, which is the target used for these devices.The text was updated successfully, but these errors were encountered: