This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: LAUNCHXL-F28377S
It often saids: The signal mode should be configured by using the AdcSetMode function provided in ControlSUITE in
F2837xS_Adc.c. Or F2837xS_gpio.c etc. But I can find out F2837S_Adc.h etc rather than .c . What is the difference between .c and .h?
Hi,
Jingtai said:But I can find out F2837S_Adc.h etc rather than .c
You can find the .c source files here:
C:\ti\controlSUITE\device_support\F2837xS\v210\F2837xS_common\source
Jingtai said:What is the difference between .c and .h?
.c files are source files with init functions whereas .h are the header files with register definitions etc.
Regards,
Gautam