Part Number: AFE4960PEVM
Hi there,
i am currently working on an interfacing python software to work with the AFE4960PEVM. In previous requests i was told that i could get all relevant information from the Biosensing Python scripts. I managed to get the communication with the MCU running through the commands used in regProg.py (e.g command="C:REG_W" + address + data + afeNum).
But, when trying the commands from the capture script, regCapture.py, line 167, "command="C:CAP_START"+continuous+numDataReadyS" i get an error back, that the command is unknown to the MCU.
When I look into the MCUs source code at pcComm.c, line 168, there is a condition "if(usbStruct.usbData[1].DataReceieved)" that must be fulfilled, but I can't find the code where "usbStruct.usbData[1]" gets its data from (must be the USB input, but it seems that it only inputs to "usbStruct.usbData[0]" )
I am probably missing a certain setting here, although i am using default register settings as exported from the Biosensing software.
I hope there is a way that you can assist here.
Kind regards