Programing the STM32MP157C-DK2 using Arduino language

Post here first, or if you can't find a relevant section!
Post Reply
Starless
Posts: 6
Joined: Tue Mar 10, 2020 5:28 pm

Programing the STM32MP157C-DK2 using Arduino language

Post 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.
stas2z
Posts: 131
Joined: Mon Feb 24, 2020 8:17 pm
Answers: 8

Re: Programing the STM32MP157C-DK2 using Arduino language

Post 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
Starless
Posts: 6
Joined: Tue Mar 10, 2020 5:28 pm

Re: Programing the STM32MP157C-DK2 using Arduino language

Post 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.
stas2z
Posts: 131
Joined: Mon Feb 24, 2020 8:17 pm
Answers: 8

Re: Programing the STM32MP157C-DK2 using Arduino language

Post by stas2z »

Image
Post Reply

Return to “General discussion”