Hi NXP Team
I'm developing a custom board using S32K358 on MBDT.
I'm tring to figure out how to establish a communication with external flash trought Q-SPI, so i've found the Mem_43_EXFLS driver that deals with this.
As on MBDT there are no block that use this driver APIs i was tring to implement them trought custom code method:
Based on this thread https://community.nxp.com/t5/S32K/Is-there-any-example-of-Quad-SPI-with-MBDT/m-p/2073344#M47442
i'm trying to import the functions using the matlab function block.
As you can see in the attached screenshots, i've included all the .h and .c files and their paths in the solver.
For now i just want to se in this method works, so i've created a funcion block that calls Mem_43_EXFLS_GetVersionInfo.
When i try to evaluate the code this error pops out…
How could i fixx this problem? is there something wrong in my configuration? is that method correct to call
RTD functions?
Thanks,
Simon