Hi,
You can achieve the same effect by manually adding the source files and preprocessor macros listed in the framework definition. E.g. for the ‘fixed stack/heap’ they are defined in the BSP.XML file as follows:
<AdditionalSourceFiles>
<string>$$SYS:BSP_ROOT$$/StackAndHeap/StackAndHeap.c</string>
</AdditionalSourceFiles>
<AdditionalPreprocessorMacros>
<string>FIXED_STACK_SIZE=$$com.sysprogs.bspoptions.stackheap.stacksize$$</string>
<string>FIXED_HEAP_SIZE=$$com.sysprogs.bspoptions.stackheap.heapsize$$</string>
</AdditionalPreprocessorMacros>
If you are not sure, let us know and we will provide more detailed steps.
-
This reply was modified 7 years, 6 months ago by support.