Hi,
I have a design on a ZYNQ chip were I am configuring the AWR2243 (on AWR2243boost board) via I2C using a softcore Microblaze processor running the DFP firmware with free-rtos (the design works great). The data is received via CSI2 or LVDS.
I have tried to port the code to the Arm A53 controller on the ZYNQ PS and I am getting -16 return value error only when I send the profile configuration (SBLKID 0x4044) command. From the documentation I saw that this is a NACK response caused by a false CRC but I am not sure where the error is.
The same design (with ARM) works when I initiate test pattern API instead of profile (to send ADC data). Also before the profile, many other APIs are successfully called (rf_init, data path and adc configuration etc...), so I dont understand with is the difference between these commands which can cause this?
Thanks,
Ivan