Datasheet

Building and debugging the application
PMSM Field-Oriented Control on MIMXRT1050 EVK, User's Guide, Rev. 0, 05/2018
20 NXP Semiconductors
To STOP debugging, press the “Terminate button (Point 3 in Figure 13).
Figure 13. MCUXpresso debug workspace
5. If debugging for a second time, you do not have to create the debug configuration again. Just
click the little arrow in the “Debug Configuration” button (Point 3 in Figure 13) and select a
debug configuration.
6.2.2. Release FLASH
This configuration links the application to the Hyper Flash memory. The optimization is set to the O1
level. The significant difference (opposite to the debug configuration) is the ability to choose the
functions which are going to be executed from the RAM. This feature is achieved by defining one of the
appropriate symbols in “Preprocessor” (“Project->Properties->C/C++ Build->Settings->Tool Settings”).
Select the Preprocessor” option in the “MCU C Compiler listsettings.
You can also choose whether the Interrupt Vector Table (IVT) is going to be placed into the RAM or
Hyper Flash. To place the IVT into the RAM, perform these steps:
Define the ENABLE_RAM_VECTOR_TABLE symbol in “Preprocessor”. The linker is going
to reserve the empty space from address 0x0 to 0x400 (RAM memory). With the reset signal, the