Part Number: AM620-Q1
Tool/software:
Hello,
Could you please let me know how code flows from entry symbol till main function?
i tried to find some assembly files but by which i could not reach till calling of main function.
Here are some of my findings for flow,
1) _self_reset_start is entry smbol given in linker file -->
2)This symbol is used in assembly file C:\ti\mcu_plus_sdk_am62x_09_02_00_38\source\drivers\device_manager\self_reset\self_reset_startup_asm.S
3)From this file, code is jumping to 'dm_r5_self_reset'
4)This function written in a file dm_self_reset.c which is doing some initialization and after this a instruction is written as WFI
5)After this i could not get further flow to reach to calling of main function
Basically we want to port a code to Autosar OS so basically want to understand this flow.
Along with adding information of this flow if you have any document or information what things to take for porting code to Autosar OS will be very helpful.
Regards,
Akshay

