8 years, 3 months ago.

STM32F107VC

Hello, I want to use STM32F107VC with ethernet libraries on mbed. is there any code for that? Regards

Question relating to:

Information on how to use the STM32 Nucleo board with mbed

1 Answer

8 years, 3 months ago.

The STM32F107VC appears to be the same as the STM32F103RB processor but with a native Ethernet port onboard the processor. However, do not see at this time that the native Ethernet port is supported on MBED. However, you can certainly stitch an external Ethernet port onto the target board of your choice. To work with your STM32F107VC, select the STM32F103RB target Nucleo board.

https://developer.mbed.org/platforms/ST-Nucleo-F103RB/

Then select one of the many proven MBED libraries for Ethernet support (ie. Wiznet, etc.). Confirm the operation of the package as a whole and then proceed to use the same compiled code onto your STM32F107VC target CPU. At this time, you will be paying for extra Ethernet port of the STM32F107VC but will not be able to use this port due to the missing support. Perhaps someone else can confirm the enabling of the onboard Ethernet port.

http://www.st.com/web/catalog/mmc/FM141/SC1169/SS1031

  • shows that the STM32F103RB CPU with Ethernet port = STM32F107VC
  • due to this compatibility you will be fine to use the Nucleo board for the STM32F103RB to develop the code for your STM32F107VC

What speed of Ethernet do you wish to use ? Wired or wireless ?

Note: We are end users of the MBED libraries and can confirm that you will save weeks of development time if not more by using these great tools.

Hope this helps. Write back if you have additional questions and have fun !!