Other Parts Discussed in Thread: HALCOGEN,
I am working on TMS570ls1227 microcontroller & not able to generate ADC self test code by using HALCOGEN IDE. is there any ADC self test program available ? If available please share.
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.
I am working on TMS570ls1227 microcontroller & not able to generate ADC self test code by using HALCOGEN IDE. is there any ADC self test program available ? If available please share.
Hi Neha Gawade,
I don't know that whether you have access permission to our SAFETY library or not
SAFETI_DIAG_LIB Driver or library | TI.com
If you have access to these libraries then you can download them and use them. In these libraries we have one demo to test ADC Self Test mode and which is present in the
"safety_library" folder-> "sl_selftest.c" file -> "SL_SelfTest_ADC" function.
--
Thanks,
Jagadish.
This thread may help too: e2e.ti.com/.../ccs-tms570ls1227-adc-channel
Hi jagadish gundavarapu
I am facing problem with macros used in sl_selftest.c file it is showing that macros are not defined . Please help me to find macros defined file.
Thanks,
Neha
Hi jagadish,
Yes, I have build the code and it also build successfully but in problem section it is showing that creating output section ".intvecs" without a SECTIONS specification" please help me to resolve it because code is going continuously running mode.
Thanks,
Neha
Hi Neha,
I guess it is warning only not error.
Can you try to program or debug the code and see whether you are properly executing code or not?
--
Thanks,
Jagadish.