Associate II
June 5, 2015
Question
STM32CubeMX ethernet on stm32f107
- June 5, 2015
- 12 replies
- 4409 views
Posted on June 05, 2015 at 23:40
Hello,
I am trying to use STM32CubeMX to generate a simple Ethernet example for the Olimex STM32-P107 board. I'm using SWSTM32 and the problem appears to be in stm32f1xx_hal_eth.c line 215 while (((heth->Instance)->DMABMR & ETH_DMABMR_SR) != (uint32_t)RESET) (heth->Instance)->DMABMR has a value of 0x20101 So I guess that lsb is 1 when it's looking for RESET which is 0. Anyway, STM32CubeMX is a pretty cool tool. Hopefully, this will make sense to someone and we'll get it fixed quickly. The project was generated with STM32CubeMX Version 4.8.0 and STM32CubeF1 Version 1.0.0 thanks, Paul #lwip #cubemx #ethernet #stm32f1