Hello,
After running the Sbc_fs26_example_IP_S32K344, I found that the result of the function Sbc_fs26_InitDevice() is eReturnValue = 1 '\001', which further fulfills the condition in line 98, and that causes /* Error during initialization. */.

The signal that I get when I run the code, however, seems OK

My question is, why doesn't the function Sbc_fs26_InitDevice() return a value equal to E_OK?
What I noticed when initially loading the example was that the S32DS 3.6 reported a problem, which I successfully solved by adding the suggested files.


Could this be related to an initialization error?