Hi,
When I run the DFP function mmwl_powerOnMaster I get a time out error. The following functions are called before I get the error:
rlOsiMutexCreate Callback is called by mmWaveLink
rlOsiSyncObjCreate Callback is called by mmWaveLink
rlComIfOpen Callback Called for Device Index [0]
rlRegisterInterruptHandler Callback is called by mmWaveLink
rlDeviceEnable Callback is called by mmWaveLink for Device Index [0]
rlDeviceMaskHostIrq Callback is called by mmWaveLink
rlOsiMutexCreate Callback is called by mmWaveLink
mmWave Device Power on failed for deviceMap 1 with error -8
It seems to call the interrupt function, but never calls the asynchronous event handler?
Also I'm not running an OS so all my Mutex and Semaphore functions are dummy functions. Is that what should be done for no OS implementation?
Thanks,
Daniel