Other Parts Discussed in Thread: HALCOGEN
Hi all,
I am using the Controller TMS570LC4357 with the safety library 2.4.0 and I have a Problem with the function "SL_SelfTest_DMA(DMA_SOFTWARE_TEST)".
The test fails at Code line "if(sl_dmaSoftwrTestConfig(&dma_test_varA, &dma_test_varB, DMA_PERMISSION_READ_ACCESS, &dmaCTRLPKT))" but I do not understand why.
The return value of function "sl_dmaSoftwrTestConfig" should be true but it my case it is always false, The reason is that the source and destination value is different. Source value is 0x5555 5555 and destination value is Zero, so return value is false.
Best regards
Lars