Tool/software:
Hi @TI-Engineer,
I have the ti-processor-sdk-rtos-j721e-evm-09_02_00_05 installed in my system.
I have the source of the driver and I have created inside the /drv/i2c folder
Inorder to use the functions/APIs inside the temp_sensor folder, I have added the necessary includes and corresponding makefile changes in the application code that I need to run.
I'm able to successfully build the application - "make -s CORE=mcu2_0 BOARD=j721e_evm drv_i2c_utility".
But to improvise this, I wanted to generate a library file for the temp_sensor folder and add the generated library file to whichever makefile of whichever application I wanted to run.
How to generate external libraries into the ti-sdk and run the application which uses the APIs of these libraries?
Thank you,
Niranjana