Notes and lessons about IAR installation[Copy link]
As a novice in embedded programming, I first need to install the embedded system development tool IAR, of course, the cracked version. But I encountered some problems when installing IAR, and also learned some lessons. The main process, the version of IAR I installed is IAR6.30.1, double-click autorun.exe, and then click Inatall IAR Embedded Workbench. Then follow the prompts to continue the installation. In this process, you need the serial number and key (you can also install the key after the installation is complete). There are two ways to crack here: 1. In the cracking tool crack folder, first run the IARID.EXE program to get the Host-ID. Open the 2.bat file with an editor and enter the Host-ID into iarkg.exe 0x21F65 > key.txt. Then double-click the IARKG.EXE program to generate the license.txt file. I am developing for the ARM system, so I found the Installserial and Key corresponding to EWARM, and then copied them to the installation program. 2. Use the Keygen.exe program, select the correct version, generate Installserial and Key, and then copy them to the installation program. There are several issues to pay attention to here: 1. When installing IAR, you should turn off all anti-virus software first. 2.When running IARID.EXE and IARKG.EXE programs or Keygen.exe program, you must use "Run as Administrator", otherwise the generated Host-ID will be wrong. 3.When entering the Host-ID, convert it to uppercase. 4. When selecting Installserial and Key, you must select the corresponding version. ARM corresponds to EWARM. I also learned a lesson during the installation: I did not use "Run as Administrator" to run IARID.EXE and IARKG.EXE programs or Keygen.exe programs, so the Installserial and Key obtained were incorrect, so I uninstalled and reinstalled directly. But when uninstalling, you must uninstall completely. 1. First, use 360 Security Guard to clean up the system (junk, registry, etc.). 2. Enter the following keywords in the search box on the disk where IAR is installed and in the C drive: IAR, msp430, IAR Embedded Workbench Evaluation for MSP430. Search for these three keywords and delete all files related to them (be careful when deleting from the C drive). Also, be sure to delete C\program files\common files\IAR Systems. 3. Enter "Regedit" in the search bar on the start menu to open the registry, search for the keywords in the second step, and delete all files related to it (be careful when deleting files). When reinstalling IAR, if you reach the step of entering the license key and it is blank, it means you have cleared it, otherwise the original license is still in effect.