Posted on April 30, 2015 at 20:16I strongly suggest you using an evaluation board or discovery lines first, just to avoid any hardware issues, and I assume that you choose a board with a chip that support MII or RMII protocols (eg. STM32F407). A com...
Posted on April 29, 2015 at 14:39Sorry, but you must explain better your question. You did not mention about ethernet issues.This is a different question :)So, first it's important to tell us what ethernet library and what PHY chip you use. From cod...
Posted on April 29, 2015 at 09:46Reading your code I suggest, if you want toggling leds, to first remove or comment all your USB and FATFS stuff.Then remove or comment this line:StartDefaultTask(0);and use osDelay() instead of HAL_Delay() in StartDe...
Posted on March 30, 2015 at 15:16>The initialisation code should be OK because it was generated with CubeMX.I assume that you call HAL_SPI_Init(&hspi5) before using SPI (because this is not generated by CubeMX) and that you have selected the correct...