Question
STM32F107 with LWIP using CubeMX
Posted on March 21, 2016 at 19:59
I've created nearly identical projects using CubeMX.
First one is using STM32F107, 2 ADCs, ETH. When I compile it and run on my target (EasyMX Pro v7 for STM32 ARM), it gets to main loop without problems.The only difference in the second project is that I've checked LWIP in CubeMX. The code compiles but gets stuck in: /* Wait for software reset */ while (((heth->Instance)->DMABMR & ETH_DMABMR_SR) != (uint32_t)RESET) { }I've exhausted nearly all the options, plus being new to ARM doesn't help.Any bit of help or guidance will be greatly appreciated.Sincerely,Viktor #ethernet #stm32f107