9 years, 5 months ago.

ethernetinterface on K64F

Hi all, I have made two applications one is running on avnet wi-go module and one is running on frdm-k64f. I have observed that K64f puts some constrains on the application like we can not declare the bigger array in the program or we can not run multiple threads in the program. It runs out of memory and the application crashes.

I have seen similar posts on this forum as well. The reason is EtherentInterface library consumes 55KB of ram, Though it consumes 22% or ram and 7% of flash but still program crashes may be because of heap and stack memory clash.

It is my request to developers on this site that kindly take the notice of this issue and optimize the ethernetinterface library.

Be the first to answer this question.