By defalut is SDK code in examples linked into project. Unfortunately there is no GUI config option, but this settings can be changed in ProcessorExpert.pe file - located in project's root folder.
First of all - backup your project. Locate SDK folder in project and delete all content. When done - close your project.
Open ProcessorExpert.pe file located in project's root folder in any text editor (it is XML file), locate <ProjectStaticFilesGenerationMode> tag and change value from LINKED to STANDALONE:
Save changes and open again your project in S32DS. Generate processor expert code:
Now - all SDK code is copied into workspace:
There are also linked files in Project_Settings. Easiest way is just create an empty non SDK project and copy linker script and startup assembly to your project:
Make sure, that Linker uses your copied linker script file:
Hi, Kiri
I met the same problem and now solved by your method, but maybe a typo that, as you mentioned "locate <ProjectStaticFilesGenerationModule> tag", it should be "locate <ProjectStaticFilesGenerationMode> tag".
Thanks for sharing.
Hi,
thanks for info.
Jiri
Hi Jiri,
I'm using S32DS Studio 2.2 and this solution does not work properly.
After generating the code with Processor expert, the SDK folder is populated with files but those are completely empty.
Is this a known bug is SDS 2.2?
Best regards!