Search found 2 matches

by c.dicaprio
Thu Sep 01, 2022 9:42 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: [SOLVED] Problem with Ethernet using branch 1.9 on DISCO_F746NG board
Replies: 1
Views: 7156

Re: [SOLVED] Problem with Ethernet using branch 1.9 on DISCO_F746NG board

I solved the problem by inserting two defines in the "variant.h" file to disable the cache:

Code: Select all

#define D_CACHE_DISABLED
#define I_CACHE_DISABLED
Thanks
Clemente
by c.dicaprio
Sun Aug 21, 2022 9:59 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: [SOLVED] Problem with Ethernet using branch 1.9 on DISCO_F746NG board
Replies: 1
Views: 7156

[SOLVED] Problem with Ethernet using branch 1.9 on DISCO_F746NG board

Hello to all,
I have a problem using Ethernet with other library like PNGDec and LVGL on a DISCO_F746NG board.
It appear to me as a memory problem: both library PNGDec and LVGL use a lot of memory, but I need help to point out the right direction to debug the problem.

I'm using the STM32duino ...

Go to advanced search