Linker Script in MCUXpresso

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Linker Script in MCUXpresso

4,057 次查看
kaarthick
Contributor II

Hai,

I am using MCUXpresso with MK10DN512VLQ controller. I need to use my own startup code and linker file. Can I get any documents or reference to do?

标签 (1)
标记 (2)
0 项奖励
回复
3 回复数

3,828 次查看
lpcxpresso_supp
NXP Employee
NXP Employee

Karthik,

Erich has sent the pointers you should need.

However, we could likely be of more help if you explained what you are trying to achieve?

Yours,

MCUXpresso IDE Support

0 项奖励
回复

3,828 次查看
BlackNight
NXP Employee
NXP Employee

Hi,

you are free to use your own startup code, simply modify the one present in the project. If you are not familiar with the startup code, you might have a read here: Optimizing the Kinetis gcc Startup | MCU on Eclipse 

Just make sure your startup symbols match the one used in the linker file.

The MCUXpresso IDE uses managed linker files (search for 'managed linker scripts' in the IDE Help). As long as you only do small modifications, you can do this with with extensions (see Tutorial: Porting BLE+NRF Kinetis Design Studio Project to MCUXpresso IDE | MCU on Eclipse  how I'm using this). But you can do your own linker file if you know what you do.

I hope this helps,

Erich

0 项奖励
回复

3,827 次查看
kaarthick
Contributor II

Compiler which i am using MCU C Compiler. Which does not have option to do so. Can you refer document related to this compiler?

0 项奖励
回复