Hello,
I am working on the fs_26_example_IP_S32K344 project for the MRCANHUBK344 board. According to the schematic, the FS26 uses the SPI3 interface.
I configured it as shown in the attached images, and set the port pins to 96, 97, 113, and 138.
However, I am encountering N_OK during the Sbc_fs26_InitDevice() function.
Could you please help me identify the cause of this issue or suggest possible solutions?
Where exactly is this example fs_26_example_IP_S32K344 located?
How can I access it?
Thank you.
Hello,
To secure the writing process during INIT_FS phase, in addition to CRC computation during SPI transfer, the MCU is requested to perform the following sequence for all INIT_FS registers (FS_I_xxxx):
1 - Write the desired data in the FS_I_Register_A (DATA)
2 - Write the opposite in the FS_I_NOT_Register_A (DATA_NOT)
For further details, please refer to the AN13323 S32K3 and FS26 Functional Safety Application Note, available in the secure files section.