Other Parts Discussed in Thread: AWR1243
Tool/software: Linux
Hi,
I am using AWR1243 and porting to the Linux OS. I have implemented all functions in rls_osi and rls_studio.
I am using mww_example as a guideline and the function MMWL_powerOnMaster fails as I am not dealing with asynchronous events correctly.
Could I get more clarity how/when the AsyncEventHandler gets called? it seems like its supposed to get called after OsiObjUnlock but I am not sure.
Currently I am getting this error:
osiLockObjUnlock passed!
Timeout. Porting unsuccessful.
mmWave Device Power on failed for deviceMap 1 with error -8
When I try to read the contents of the buffer after writing the SYNC pattern:
[WR]0x5678 0x8765 0xFFFF 0xFFFF 0xFFFF 0xFFFF 0xFFFF 0xFFFF
I only get 0xFFFF.
Thanks