When I read DASTATUS6 and DASTATUS7 separately, the data is fine.
BSPAFECommands(i32Handle, DASTATUS6, 0x00,32, AFE_SubR,byRXData);
BSPAFECommands(i32Handle, DASTATUS7, 0x00,32, AFE_SubR,byRXData);
But when I want to use
BSPAFECommands(i32Handle, DASTATUS6, 0x00,64, AFE_SubR,byRXData)
I sent a message that the data of DASTATUS7 has a problem.Is it because I use the instruction incorrectly?
Can the sub-instruction read DASTATUS6 and DASTATUS7 directly with one instruction like a direct instruction?