Initialization scripts

Scripts allow working with the target microprocessor system by initializing all of its internal peripheral devices (for example SPI, PLL, MMU, interrupt controller, GPIO, etc.) without the need for the presence of the bootloader/firmware for the given system. After running the script, the user can refer to the dynamic memory, test communication interfaces or focus on testing the functionality of the application.

The initialization script is especially useful when the bootloader or firmware is still not available or under development for the newly designed system.

Script usage advantages: