I am using the S32DS S32K144 chip and I would like to use my own S32K1xx_flash.ld file and Startup_code. s file instead of being automatically generated by the system.
Every time I clean up the project, these files will be deleted, which is inconvenient. Is there any way to do this.
Yesterday I found out that the ld file seems to have been modified here, but Startup.Code. s still doesn't know what to do
Hi,
sorry for delay. Clean the project don't delete any source code. Source code can be replaced for example if you generate code for SDK.
You can add your own startup code into src folder and exclude Project_Settings/Startup folder from build:
Hi,
sorry for delay. Clean the project don't delete any source code. Source code can be replaced for example if you generate code for SDK.
You can add your own startup code into src folder and exclude Project_Settings/Startup folder from build: