cancel
Showing results for 
Search instead for 
Did you mean: 

Seeking Information on 1Set STM32F407VET6 Industrial Control Board

ChrisSaich
Associate

I bought a 1Set STM32F407VET6 Industrial Control Board from AliExpress to evaluate the STM32 MCU family but I can't find any information about it.

 1Set STM32F407VET6 Industrial Control Board 

I've used many different Arduino, Teensy, ESP32 and other such boards with Arduino and VSC/platform.io IDEs in the past and I'm used to having to dig around for info, but I can not find ANYTHING on this board, although it is for sale on many sites.

I've installed the Arduino STM32 libraries, but I don't know how to download firmware to it or the I/O pins for any of the peripherals.

Can I use a USB to TTL converter and if so, which pins do I connect to?

What positions do the jumpers need to be in to upload firmware? 

What 'Mode' of firmware upload should I use?

Are there any Example programs out there to get me going?

Any help greatly appreciated, thanks.

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisSaich
Associate

Thanks for the feedback. I didn't know counterfeit Microcontrollers existed! 

The official STM dev boards are too expensive for my applications - I will always require Ethernet - and I don't plan on learning a new IDE on the off chance the STM range will be of interest to me, so I guess my brief foray into STM ends here. 

Seems unbelieveable that a company would go to the trouble of designing and (hopefully!) testing a board of this complexity and not make even the most basic information available to developers to make it usable - I'm baffled.

View solution in original post

6 REPLIES 6
Peter BENSCH
ST Employee

Welcome @ChrisSaich, to the community!

Your board is not from STMicroelectronics, but the question is essentially identical to this question, perhaps the answers there will help?

Regards
/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
AScha.3
Super User

Many questions...

First: why you buy a board, without looking how to use it at all, how to program it?

Bad way to get useful hardware for anything.

So I see four ways to go for you:

A: buy a board to learn something, maybe a nucleo board by STM, and learn how to use the STMCubeIDE, then later can use this board, when you know how to do it.

B: learn and read a lot, how to use the STMCubeIDE, how to make the CPU setup in Cube, read ds and RM on the CPU F407 , to make a program for this board. No click mouse here and there and you have something loaded and running, like an Arduino example for a supported board there.

C: send board back and buy a supported board, with examples available. And look, whether you can get, what you want, in available software, before buying.

ed 

D: try it with info , i found.

What i found about this board:

example on git:

https://github.com/art103/JZ-F407VET6

instructions for Arduino, etc:

https://www.bdtronics.com/industrial-control-stm32f407vet6-development-board-rs485-dual-can-ethernet-networking.html

 

But at first: you need an st-link , to use/program the board.

And if you dont have an original st-link V2 or V3 , looking for a cheap st-link stick, read the comments on the product you want to buy, whether it has original STM cpu and works with STM IDE ! 

Otherwise you get only more problems with super cheap ( not working) products.

AScha3_0-1746428142788.png

 

If you feel a post has answered your question, please click "Accept as Solution".
Pavel A.
Super User

String "1Set" is not printed on the board, so it does not look like part of the board name. It just means the set of details pictured (a cable, some screws etc.)  But there's mention of "Seiko". Hope this can help with searching.

 

TDK
Super User

I couldn't find anything online for this board either. Not a good sign.

The most common non-ST boards of dubious quality are listed at https://stm32-base.org/boards/

 

If you feel a post has answered your question, please click "Accept as Solution".
ChrisSaich
Associate

Thanks for the feedback. I didn't know counterfeit Microcontrollers existed! 

The official STM dev boards are too expensive for my applications - I will always require Ethernet - and I don't plan on learning a new IDE on the off chance the STM range will be of interest to me, so I guess my brief foray into STM ends here. 

Seems unbelieveable that a company would go to the trouble of designing and (hopefully!) testing a board of this complexity and not make even the most basic information available to developers to make it usable - I'm baffled.

You see my updated post ?

If you feel a post has answered your question, please click "Accept as Solution".