This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IWR6843AOP: Demo source built in Code Composer behaves differently than the supplied binary from TI

Part Number: IWR6843AOP

Tool/software:

If I use Code Composer to build the people tracking demo from the project found in: ti\radar_toolbox_1_30_00_05\source\ti\examples\People_Tracking\3D_People_Tracking\src\6843
I get different behavior than when I use the image found in: ti\radar_toolbox_1_30_00_05\source\ti\examples\People_Tracking\3D_People_Tracking\prebuilt_binaries

Specifically what I'm seeing is that the prebuilt binary can perform at a higher frame rate than the one I've built locally (with no code changes and using the same config file). The prebuilt binary can run at a faster frame rate that will cause the locally built image to crash, but if I lower the framerate then they both run fine.

My assumption was that this may be an issue with optimizations but I'm using the settings supplied in the Code Composer example. Both Release and Debug configurations appear to use the same settings.

Is there a specific configuration or SDK version that was used to build the prebuilt binary?