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. */.
2025-01-01_16h12_20.png
The signal that I get when I run the code, however, seems OK
2025-01-01_16h03_02.png
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.
2025-01-01_15h49_04.png
2025-01-01_15h49_36.png
Could this be related to an initialization error?