Hi,
We are using the IAR EWARM V8.22 and Micro-controller TMS570LS0714.
For our requirement, we have to make the following projects:
a) Driver library (which generates .lib file) - Contains the driver source code and header files, start up code, .asm files.
b) Application - Uses the driver.lib file and generates the user application.
For the driver library, we have included the file sys_intvecs.asm file containing the interrupt vectors for building the library.
For the application, we have included the driver.lib file, excluded sys_intvecs.asm and built the project to create .hex file. Upon viewing the hex file generated by the application, the interrupt vectors are not present.
But if we include the file sys_intvecs.asm in the application and build the project, the generated hex file contains the interrupt vectors.
Please could you let me know if there is something wrong with building the asm files as part of the lib and added to the project?
Since the application project would be given to customer, we cannot include the file sys_intvecs.asm in the application project.
Thanks and regards,
Abrar