S32K344_CAN_App_RTD200

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32K344_CAN_App_RTD200

202 Views
UnLEE
Contributor I

I would like to modify and run S32K344_CAN_App_RTD200 while S32K344_CAN_bootlloader_RTD2d0 is running. I am curious where to add the algorithms I wrote for acceleration sensor measurement, temperature measurement, etc. in the void APP_Demo_MainFun(void) function of S32K344_CAN_App_RTD200.

Can I define and add the user_Fun() function in the code below?

UnLEE_1-1694648854260.png

 

If the user_Fun() execution time is about 150ms, will there be any problem in executing the entire S32K344_CAN_App_RTD200 program? Because, in the APP_Demo_MainFun() function, TP_MainFun(); UDS_MainFun(); This is because I did not accurately understand its function and could not check if there was a timing problem. Also, I would appreciate it if you could explain this.

0 Kudos
0 Replies