Tool/software: Code Composer Studio
I am using Autmotive Toolbox 2.6.0.
First I used all the basic scripts/configuration files. This works perfect.
Then, in CCS I have set the value of the variable "ODDEMO_MAX_ZONES" to 5. I did this in the file "oddemo.common.h" (both in the DSS and MSS project).
After this change I rebuild my project: no error occured.
I flashed the EVM with the newly produced firmware.
Then I changed the configurartion file: changed zoneDef so that I can use 5 zones.
In MATLAB I have set the value of the variable "len" to 5 within the function "getOccupDemoDecision".
I can now run od_demo.m without errors, but the first 2 zones are responsive. The other 3 don't react to activity.
Does anyone know what I should change in order to get 5 good working zones?