The host interface SPI driver example runs successfully when using SDK V021201.
I upgraded to SDK V021205 and the SPI driver example fails to boot. It appears to reset immediately when executing the following line of code in main():
HOSTIF_Init(HOSTIF, &hifSpiConfig);
Tracing further in to the failure, I find that the reset happens when the call to the library function PN76_Get_NSRam_Addr_Len() is made from within HOSTIF_Init().
Is there a patch or other type of solution for this problem? I require the Host SPI interface for our target application and would prefer to be using the latest released SDK.
Thanks!