lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Delay in web page loading on v1.4.2


From: Trampas Stern
Subject: Re: [lwip-users] Delay in web page loading on v1.4.2
Date: Mon, 4 Nov 2019 15:27:50 -0500

So the Cortex M4 processor has an internal cache see the CMCC peripheral in the datasheet. 
Try in your main code to disable the cache:
CMCC->CTRL.bit.CEN=0;

Then run your code and see if it works. 

Trampas

On Mon, Nov 4, 2019 at 1:20 AM vinu <address@hidden> wrote:
I am seeing issue forboth 12Mhz and 120Mhz. The issue seems to be not
frequency related.



--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html

_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users

reply via email to

[Prev in Thread] Current Thread [Next in Thread]