I am trying to make custom template for the LPC11Cxx CPU. I have issues with project file generation, as I dont know what property I need to include to change parameters.
One thing that is bugging me is filter of the target devices. I want to filter out selection to only "LPC11C" devices. I have property for autoselect default mcu with option of selection, but when I click on modify it shows me list of all mcu's.
Other thing that is bugging me is when the project is created it creates by default following linker option
That option creates build error because startup assembly is expecting SRAM and not RAM
What do I need to include in project_templates.xml to fix these two issues ?
Thanks
One thing that is bugging me is filter of the target devices. I want to filter out selection to only "LPC11C" devices. I have property for autoselect default mcu with option of selection, but when I click on modify it shows me list of all mcu's.
Other thing that is bugging me is when the project is created it creates by default following linker option
What do I need to include in project_templates.xml to fix these two issues ?
Thanks