0
\$\begingroup\$

The microcontroller of Arduino Uno R4 is Renesas RA4M1 (Arm® Cortex®-M4). -So can I program Arduino Uno R4 On STM32 IDE? -Can I use STM32 library for Arduino Uno R4? Thanks!!!

asked Aug 19, 2023 at 23:51
\$\endgroup\$
1
  • \$\begingroup\$ you can use the Renasas e2 studio, which is based on Eclipse too \$\endgroup\$ Commented Aug 20, 2023 at 6:02

1 Answer 1

1
\$\begingroup\$

The CubeIDE is just an IDE, basically a preconfigured Eclipse. If you use the compilers and libraries for your MCU it should be possible to use any IDE, including CubeIDE, for typing in code for your MCU. But you don't need an IDE for that, any text editor will do, such as Notepad, although you likely don't want to use it.

And no, you can't use libraries of STM32 on Renesas MCU, just like you can't use Renesas libraries on STM32. Different MCUS need different libraries.

answered Aug 20, 2023 at 0:12
\$\endgroup\$

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.