6 years, 1 month ago.

Own STM32 Board with Drag&Drop Programming

Hello,

I want to design my own PCB-Board based on the STM32F042K6 microcontroller which has also an own Board supported by the mbed platform. At the end, the board needs to be programmed by the mbed online IDE using drag&drop (just like the original Nucelo-Board).

I want to use the STM32F042K6 microcontroller and the ST-Link/V2: http://www.st.com/en/development-tools/st-link-v2.html http://www.st.com/en/microcontrollers/stm32f042k6.html

As seen in these projects...

https://os.mbed.com/users/hudakz/code/MapleMini_Hello/ https://os.mbed.com/users/hudakz/code/STM32F103C8T6_Hello/

... it is possible to use unsupported boards and still using the mbed platform. But the problem is that they are using an extra header file. And I dont have such a header File for my MCU and I dont know how to get one.

So, my question is how I can design my own board and still be able to use the mbed IDE with drag&drop programming?

PS: If there is no other way, I can also use the ST-Link/V2 from another Nucleo Board.

Be the first to answer this question.