Hi,
I’m using Design Studio 3.5 to build the RGB_LED_M7 project and have followed the software enablement guide to update the linker script. I used the IVT tools to generate a blob image, and the SD card image worked well. However, when I tried generating the QSPI image, it didn’t work—the LEDs didn’t blink at all.
I made sure to change the interface selection to QSPI and selected the MX25UM51245G in S32Flashtool. I’ve attached both screenshots for reference.
Since I was able to use S32Flashtool to flash fip.s32-qspi successfully, and the board booted, I suspect there might be an issue with the IVT configuration of the LED project. Could you help me troubleshoot this?
Thanks in advance for your support.
XD
Hi @alejandro_e :
It works now, thank you for your support!
Thanks,
XD
Hello @XD ,
For what I can see you are missing the QSPI parameters, you can solve that by selecting the "Configure QSPI parameters" checkbox on the left side of the IVT view, and select the file mx25_sim133ddr.bin. you should be able to find it in your installation directory, for example "C:\NXP\S32DS.3.5\eclipse\mcu_data\processors\S32G399A\PlatformSDK_S32XX_4_0_0\quadspi\default_boot_images\mx25_sim133ddr.bin"
Let me know if this information solved your problem.