Hi ,
we are facing issue 798870: A memory read can stall indefinitely in the L2 cache, to work around to set L2ACTLR [7], we need to set the bit in SBL or we can mange setting the bit in application?
Hello, To address issue 798870 regarding a memory read stalling indefinitely in the L2 cache, the recommended workaround is to set the L2ACTLR [7] bit. Depending on your specific scenario, you can manage setting this bit either in the SBL (Secondary Bootloader) or in the application itself. The choice of where to set the bit will depend on the level of control and access you have over the bootloader and the specific requirements of your application. MyGeorgiaSouthern