Hi,
I am using TMS570LS0332 in my design. I am using the SafeTI library along with the application. I could port the safeTI library and use the application. But i have the following warning in my software due to SafeTI library.
#548-D transfer of control bypasses initialization of: sl_selftest.c /MonacoSC/BSP/SafetyLibrary/source line 162 C/C++ Problem
The warning is caused by a switch case in the following function. (in sl_selftest.c file).
boolean SL_SelfTest_SRAM(SL_SelfTestType testType, boolean bMode, SL_SelfTest_Result * sram_stResult)
There is a comment in the function specifying It is a False warning.
/* False warning */
switch(testType) {
}
I would like to remove this warning.
Thanks & Best ragards,
Sreekanth challa