This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

compact__web__server__example

Hello.
I'm trying to run compact__web__server__example on my platform with STM32F207VC and DP83848TS, cause problems with DMA settings hangs on

static int32_t PowerControl (ARM_POWER_STATE state) {
  uint32_t hclk, clkdiv;
..............
      /* Soft reset MAC DMA controller */
      ETH->DMABMR |= ETH_DMABMR_SR;
      while (ETH->DMABMR & ETH_DMABMR_SR) {
        ; /* Wait until software reset completed */
      }


my hardware work with other code of STM32 and LwIP.
Any suggestions are welcome, thank you.

0