Page 1 of 1

Programing the STM32MP157C-DK2 using Arduino language

Posted: Mon Jun 08, 2020 10:35 pm
by Starless
Hi,

I will be using the STM32MP157C-DK2 (https://www.st.com/content/st_com/en/pr ... l#overview) and I want to program it using Arduino as it is easier for some of the tasks I want to do (UART communication).

Is it possible to use the Arduino IDE for this? Do I need to take into account any additional steps?

Thank you.

Re: Programing the STM32MP157C-DK2 using Arduino language

Posted: Mon Jun 08, 2020 10:39 pm
by stas2z
Mp1 support was added to the latest stm32 official core release, you can try it
https://github.com/stm32duino/Arduino_C ... /README.md

Re: Programing the STM32MP157C-DK2 using Arduino language

Posted: Tue Jun 09, 2020 12:39 am
by Starless
stas2z wrote: Mon Jun 08, 2020 10:39 pm Mp1 support was added to the latest stm32 official core release, you can try it
https://github.com/stm32duino/Arduino_C ... /README.md
Thank you. Unfortunately I dont understand most of what it says there.

The most important questions would be (at to start): Do I need to port the board to Arduino IDE somehow? Do I need to take extra steps?

I just want to write the code and upload it to the board in the most efficient way possible.

Re: Programing the STM32MP157C-DK2 using Arduino language

Posted: Tue Jun 09, 2020 8:32 am
by stas2z
Image