Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
I have just migrated our project from MCU SDK 9 to MCU SDK 10.01.00.31 and Syscfg 1.22. The project built and ran as expected. I have ran the project on the Control card. I add the QSPI device to the syscfg for the project.
The application runs until is gets to the QSPI_open(), this function is in qspi.c of the SDK. The function never returns. A pause in the debugger shows that it is in the ABORT handler.
NOTE: If I remove the QSPI device from syscfg things work correctly. We are not using the QSPI device in our application just trying to add it so that we can do work.