Closed prerna-khanna closed 2 years ago
The MXC_SYS_GetUSN function in the updated SDK needs a pointer as the second argument. Please update it in following files: 1- maxrefdes178-FaceId/maxrefdes178_max32666/Cordio/platform/targets/maxim/max32665/sources/pal_cfg.c (two places)
if(MXC_SYS_GetUSN(id, checksum) != E_NO_ERROR) {
2- maxrefdes178-FaceId/maxrefdes178_max32666/src/max32666_main.c
Also, you seem not to have the bmi160 submodule: cd refdes/external/BMI160_driver git submodule update --init --recursive
Make sure to use "develop" branch not "main". The fix of MXC_SYS_GetUSN function is already implemented. A quick fix of other issue in refdes\maxrefdes178-FaceId\maxrefdes178_max32666\Makefile. Comment a compile flag which treats any warning as an error: