Part Number: PROCESSOR-SDK-AM437X
Hi experts,
I am referring to pdk_am437x_1_0_15, subfolder .\packages\ti\starterware\device.
Using qspi_flash.c for an alternate board with Micronix N25Q256A flash device,
I called the function QSPIFlashGetDeviceData(). I always get an error caused
by NULL pointer returning from that function.
While debugging I found that variable devIndex is incremented double
(once within FOR iteration, and in addition after comparing values).
This can't be correct - right?
Regards, Thomas