Skip to content
Commit be30d9c2 authored by Markus Klein's avatar Markus Klein Committed by GitHub
Browse files

Fix the endless loop issue with GCC O0.

More details, see https://github.com/ARM-software/CMSIS_5/issues/620
The issue only happens when local variables are in stack (GCC O0). If local variables are saved
in general purpose register, then the function is OK.
When local variables are in stack, after disabling the cache, flush the local variables cache
line for data consistency.
parent 70ec577d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment