PY32_Docs
PY32_Docs copied to clipboard
Have IDE for codeing MCU ?
Have IDE for codeing MCU ?
Keil MDK and EIDE (an extension for VSCode) are officially supported by Puya. You can download Keil Packs and other related files from their official website.
However, Keil MDK is Windows-only and not free. Another option is py32f0-cmake, which allows you to use VSCode, CLion, and other IDEs that support CMake.
PY32 is generic Cortex-M0 or M4 32-bit MCU. For the compiler, you can use Keil MDK (ARMCC), GCC, or Clang according to your preference, and choose IDEs that support these compilers.