When trying to disable the caches on the DSP, Cache_disable(Cache_Type_All) asserts. Acording to the comments in the code, its not allowed on the L2.
So how do you shut down the L2?
The way the code is written, Cache_disable(Cache_Type_L1) is not allowed and I believe it should be?
Thanks