which language supported ? or, how many language supported ?
i.e.(c,c++, python, java,) and which IDE and tools use in stm32cortex m4,m7 ...?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-18 9:44 PM
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?????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-18 10:09 PM
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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-19 3:49 AM
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
