Other Parts Discussed in Thread: AWR1642
Hi,
I'm troubleshooting AWR1243 cascading operation using DFP 0.9.1.6.
First setup (works fine):
I configure AWR1243 just like in mmw_example.c, particularly:
- mode Single
- aeDirCfg.aeDirection = 0x05, aeDirCfg.aeControl = 0, i.e. both frame start and frame stop async events are enabled
PC issues sensor start command, waits a second, then issues sensor stop command. After both start and stop commands PC receives async events:
- after start: AWR_RF_ASYNC_EVENT_MSG1 / AWR_AE_RF_FRAME_TRIGGER_RDY_SB
- after stop: AWR_RF_ASYNC_EVENT_MSG1 / AWR_FRAME_END_AE_SB
Second setup (does not work):
exactly the same as first, except mode is Master.
PC issues the same commands like in the first setup. After sensor start command async event is received just like in the first setup.
However, after sensor stop command no async event is received.
I have double checked signals with a logic analyzer. In both first and second setup AWR1243 ACKs the reception of sensor stop (AWR_RF_FRAME_TRIG_MSG / AWR_FRAMESTARTSTOP_CONF_SB). In the first setup it then triggers host interrupt and deliver async event. In the second setup AWR1243 does nothing.
AWR1243 chip under test has SYNC_OUT connected to SYNC_IN.
Is this a BSS bug?
Please assist.
Thanks.