hello everyone!
I would like to know how to use SJA1105 in terms of software。I consulted the relevant manuals,Its steps include::
1、Register the SPI and ETH callback functions、2、The device is initialized using SJA1105p_initswitch() function when it starts 3、Correctly configure and generate a C file via a script, put it in the src path
After completing the above three steps, can SJA1105 be used normally after powering on?I need to implement its communication in an AUTOSAR environment, and what else needs to be done.Are functions such as SJA1105P_sendSwitchFrame() an interface function used by developers to send and receive data?