Ethernet not working on STM32H7 when GCC compiler is in O0 (None) optimization
Posted on April 04, 2018 at 15:04Hello,I am working on Eth + RTos on Atollic TrueStudio environment.I changed the Linker file so that the DMA will use section 0x24000000 and placed my buffers in this section.Also, I put this buffer from arch.h into ...