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.
Programing the STM32MP157C-DK2 using Arduino language
Re: Programing the STM32MP157C-DK2 using Arduino language
Mp1 support was added to the latest stm32 official core release, you can try it
https://github.com/stm32duino/Arduino_C ... /README.md
https://github.com/stm32duino/Arduino_C ... /README.md
Re: Programing the STM32MP157C-DK2 using Arduino language
Thank you. Unfortunately I dont understand most of what it says there.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
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.