This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
nblocksstudio:installation_for_nblocksstudio1.0 [2020/05/20 08:02] engineer |
nblocksstudio:installation_for_nblocksstudio1.0 [2020/08/22 04:11] (current) engineer ↷ Page name changed from nblocksstudio:installation to nblocksstudio:installation_for_nblocksstudio1.0 |
||
---|---|---|---|
Line 3: | Line 3: | ||
</WRAP> | </WRAP> | ||
- | ======nBlocksStudio Installation====== | + | ======nBlocksStudio1.0 Installation====== |
- | **nBlocksStudio** is using mbed-cli infrastructure including GCC compiler, for the microprocessor code compilation.\\ | + | **nBlocksStudio1.0** is using mbed-cli infrastructure including GCC compiler, for the microprocessor code compilation.\\ |
The Graphical interface is written in Python and is accessing the n-Blocks.net server when it starts, to get the definition of the Nodes\\ | The Graphical interface is written in Python and is accessing the n-Blocks.net server when it starts, to get the definition of the Nodes\\ | ||
Line 80: | Line 80: | ||
===Alternative method to import OS2 program from mbed online compiler=== | ===Alternative method to import OS2 program from mbed online compiler=== | ||
+ | I had issues with the import method described above. This Alternative method works.Tested for Target LPC11U35_401 [20 May 2020] | ||
* From mbed online compiler right-click on a **Program** in the **Program Workspace**: Export Program using <code> Export</code> Toolchain <code>ZIP archive (with repositories)</code> | * From mbed online compiler right-click on a **Program** in the **Program Workspace**: Export Program using <code> Export</code> Toolchain <code>ZIP archive (with repositories)</code> | ||
* Extract the ZIP file to a Temporary folder. | * Extract the ZIP file to a Temporary folder. | ||
Line 86: | Line 87: | ||
* Paste the copied files and folders, to **project_name** folder created from **mbed new project_name --mbedlib** | * Paste the copied files and folders, to **project_name** folder created from **mbed new project_name --mbedlib** | ||
* Just overwrite existing files when Windows asks | * Just overwrite existing files when Windows asks | ||
+ | * From Command line Compile: <code>mbed compile -t GCC_ARM -m LPC11U35_401</code> | ||