Hi All,
I have started working on SCS recently. I would like to use SPI peripheral from SCS.
When I created SCS project for SPI peripheral, SCS doesn't generate any data structures by default. Where as for the example project Analog Light Sensor, tool generates output,cfg and state data structures by default.
Even if I modify the scif.h file, these data structures not reflected in the data structures panel. However, in the next code generation my modifications are wiped off by tool. My scif.h file shows like below.
// No task data structures defined
/// Sensor Controller task data (configuration, input buffer(s), output buffer(s) and internal state)
typedef struct {
uint16_t noTaskData;
} SCIF_TASK_DATA_T;
How to make the tool to generate these automatically?
Regards
Lakshmikanth.