Skip to main content
JNime
Visitor II
August 19, 2018
Question

which language supported ? or, how many language supported ? i.e.(c,c++, python, java,) and which IDE and tools use in stm32cortex m4,m7 ...?

  • August 19, 2018
  • 2 replies
  • 834 views

i know only assembly or something in c,

but my friends using python, the python easy language.

so why i knowing which MPU supported language?????

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    August 19, 2018

    It is an odd question because it not limited, pretty much anything with either a compiler or interpreter is going to be an option. ​People port languages they like, some may be popular and others may see little to no uptake.

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    Pavel A.
    Super User
    August 19, 2018

    C++: yes, supported.

    STM32 chips that have enough memory can work with Micropython https://micropython.org

    If you don't know Python, it is definitely worth for you to look at. Very satisfying.

    Other notable variant is Duktape https://duktape.org - for these who prefers Javascrpt.

    -- pa