Other Parts Discussed in Thread: C2000WARE
Tool/software:
Hi
i am trying to use the example code "buffdac_ex1_enable" and copy the DAC enabling code to my original project which is also a TI example : "adc_soc_epwm_tempsensor_cpu01"
In the "adc_soc_epwm_tempsensor_cpu01" project, i add the #include "driverlib.h" and #include "device.h" in the "adc_soc_epwm_tempsensor_cpu01.c".
However as soon as I do that I see this error :
""C:/ti/C2000Ware_5_04_00_00/device_support/f2837xd/common/include/driverlib.h", line 45: fatal error #1965: cannot open source file "inc/hw_memmap.h""
is there some setting that I need to change. I believe I need these header files to access the DAC configs .
If anyone knows about this , could you please help me out.
Sumit