Hi TI experts,
I need to write a simple program for TMS320c6416t to blink an LED on a gpio pin, for this I use CSL.
Immediately I got a problem when calling the CSL_init function, I get the following errors
the CSL_init function in CSL.h
Program code:
#include <stdio.h>
#include <csl.h>
int main(void)
{
CSL_init();
return 0;
}