My customer has the following question:
I am trying to use the HAL macros to set the McBSP clock rate. My reading of the documentation (spru401i) says that a line like this should do it:
MCBSP_FSET(MCBSP0, CLKGDV, 20); // 50-MHz (1000 MHz/20)
However, the compiler complains that these two symbols are undefined: MCBSP0 and CLKGDV.
Where are the register and field values defined? My project pre-processor include search path is:
D:\CCStudio_v3.3\c6400\6455 CSL\csl_c6455\inc
The file has the following #includes at the top:
#include <stdio.h>
#include <csl.h>
#include <csl_mcbsp.h>
Thanks,
Rick