Keil µvision is the advanced integrated development environment allows to easy develop program for different microcontroller devices from different manufacturers. It allows the developer to develop code in Embedded C language or Assembly language and can easily simulate the program using in-built simulator tools.
You might have read the steps to create the new project in Keil µvision software. Keil µvision 4 includes the devices such as Cortex M0, Cortex M3, ARM7 and ARM9 and they can be selected from the database of the device opened up when we create a new project. The developers have to select the particular device from the list of device database so that program can be created for that device only. But, what happen if you want to change the device in between the program and want to test your code on other device without creating a new project.
1. You can see the "Flash" option in the menu toolbar.
2. Now, click on it so that you will find the option- "Configure Flash Tools". A small window will be opened up in the same window only.
3. Select "Device" option from the toolbar in the pop-up window. From here you can select the other device from the device database of Keil µvision software and run the same program for other device.
To run the program successfully, you have to only change the header file for the new device. Otherwise, the compile error will be shown up.
You might have read the steps to create the new project in Keil µvision software. Keil µvision 4 includes the devices such as Cortex M0, Cortex M3, ARM7 and ARM9 and they can be selected from the database of the device opened up when we create a new project. The developers have to select the particular device from the list of device database so that program can be created for that device only. But, what happen if you want to change the device in between the program and want to test your code on other device without creating a new project.
Steps to select the Device from Device Database:
You can do so without creating the new project or after creating the project with different device selection.1. You can see the "Flash" option in the menu toolbar.

2. Now, click on it so that you will find the option- "Configure Flash Tools". A small window will be opened up in the same window only.
3. Select "Device" option from the toolbar in the pop-up window. From here you can select the other device from the device database of Keil µvision software and run the same program for other device.

Comments
Post a Comment