cancel
Showing results for 
Search instead for 
Did you mean: 

Hi! First posted question: I have a M5Stack Stamp-IO with a STM32F030F4P6 on it and nothing else, except UART access pins and GPIO.

teastain
Associate

I am a 10yr Arduino IDE programmer and I have a cheap ST-Link V2 (Canaduino).

M5Stack provides a copy of the firmware and I would like to experiment with making it a stand alone MCU that could read inputs and respond with outputs. I would like to do this in Arduino V2 IDE as I am very familiar with this.

How feasible is this?!

-Terry

1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

Welcome, @teastain​, to the community!

After a quick look at the specification of the M5Stack Stamp-IO, it looks like the included STM32F030F4P6 can be programmed via the SWD interface included on the Stamp-IO - if the Stamp-IO has not been protected against this. On the bottom side, the SWD connections can be found as 3V3, C (SWCLK), D (SWDIO), R (NRST) and GND.

Regarding the ST-Link V2 (Canaduino), however, it should be noted that this is a clone of the ST-LINK/V2 with probably illegally copied firmware, so STMicroelectronics cannot and will not make any statement about its suitability or function. But with an original ST-LINK, debugging and programming could succeed.

If the problem is solved, please mark this thread as answered by selecting Select as best, as also explained here. This will help other users find that answer faster.

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.

View solution in original post

1 REPLY 1
Peter BENSCH
ST Employee

Welcome, @teastain​, to the community!

After a quick look at the specification of the M5Stack Stamp-IO, it looks like the included STM32F030F4P6 can be programmed via the SWD interface included on the Stamp-IO - if the Stamp-IO has not been protected against this. On the bottom side, the SWD connections can be found as 3V3, C (SWCLK), D (SWDIO), R (NRST) and GND.

Regarding the ST-Link V2 (Canaduino), however, it should be noted that this is a clone of the ST-LINK/V2 with probably illegally copied firmware, so STMicroelectronics cannot and will not make any statement about its suitability or function. But with an original ST-LINK, debugging and programming could succeed.

If the problem is solved, please mark this thread as answered by selecting Select as best, as also explained here. This will help other users find that answer faster.

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.