I am working with the area scanner lab source code and I am trying to understand the following things
1) how in the main function in the mss_main.c file, the tasks are created and which tasks are to be executed once the BIOS starts. For each lab there must be a different set of tasks and I want to understand where all this logic is defined in the code.
2) When I try to click on the functions such as SOC_init() in the main file it does not take me to the source code as I believe they are linked to the .lib file of the sdk. Is there any way to link the sdk source code with the project source code to have a better understanding of the code.