Hi,I use the ad21562 chip ,I consulted the "AE_42_SS4G_IntegrationGuide.pdf" document, and currently I implemented my data processing in 4.1.2 Advanced Design Mode; In section 5.3 of the document, the SSn Target Library has an API called adi_ss_schematic_process. In section 5.5, the Target Framework mentions that it can detect processing errors such as data clipping or NAN errors. I also found adi_ss_control_fw_Process which is an API to monitor processing errors;
1. Can both apis handle data? Do they perform the same function (processing data)? If so, what's the difference?
2. I want to check for processing error, but adi_ss_schematic_process doesn't return these error states, So how do I implement processing error detection using the existing method (4.1.2 Advanced Design Mode)?
3.What is the difference between SSn Target Library and Target Framework?
thanks