Hi,
Thank you very much,
Right, I use i.MX RT1050.
I did try the following;
1. extracted iMXRT1050_HyperFlash zip
2. imported the folder into MCUXpresso
3. build the project
Build is done successfully and .axf is created.
Yet, the build folder is empty (actually it contains a prebuilt cfx file, but if I erase it, no new file created)
From build log:
"
.....
Finished building: ../board/clock_config.c
Finished building: ../board/pin_mux.c
Finished building: ../CMSIS/system_MIMXRT1052.c
Building target: iMXRT1050_HyperFlash.axf
Invoking: MCU Linker
arm-none-eabi-gcc -nostdlib -L"C:\projects\rafael\mcu\LPCXFlashDriverLib\Release" -Xlinker -Map="iMXRT1050_HyperFlash.map" -Xlinker --gc-sections -mcpu=cortex-m7 -mthumb -T "FlashDriver_Test.ld" -L ../linkscripts -o "iMXRT1050_HyperFlash.axf" ./utilities/fsl_assert.o ./utilities/fsl_debug_console.o ./utilities/fsl_io.o ./utilities/fsl_log.o ./utilities/fsl_str.o ./test/cr_startup_cm7.o ./test/test_main.o ./src/FlashDev.o ./src/FlashPrg.o ./src/checkblank.o ./hypersources/flexspi_hyper_flash.o ./drivers/fsl_clock.o ./drivers/fsl_common.o ./drivers/fsl_flexspi.o ./drivers/fsl_gpio.o ./drivers/fsl_lpuart.o ./board/board.o ./board/clock_config.o ./board/pin_mux.o ./CMSIS/system_MIMXRT1052.o -lLPCXFlashDriverLib
Finished building target: iMXRT1050_HyperFlash.axf
19:41:12 Build Finished (took 5s.899ms)"
Thanks for any idea,
ranran