Portability
- It is possible to change the target microcontroller during the development of an application and even to switch between multiple microcontrollers. This can be done simply by adding another processor to the project and selecting it as the target processor.
- To connect the new processor peripherals to the application components correctly, it is possible to specify the processor on-chip peripheral names.
This way the same peripheral could be used on different processor derivatives even if the original name is different.