FlashLoader for 1021?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

FlashLoader for 1021?

1,130件の閲覧回数
JesseCronce
Contributor I

Hello! I downloaded the flashloader application as a starting point for a custom bootloader for a 1021 project. When I try to build the example loader I get

section `.text' will not fit in region `m_text'
m_text: 96280 B 87 KB 108.07%
c:/nxp/mcuxpressoide_11.1.0_3209/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.1.0.201909161352/tools/bin/../lib/gcc/arm-none-eabi/8.3.1/../../../../arm-none-eabi/bin/ld.exe: region `m_text' overflowed by 7192 bytes

Is there a different or updated version of a bootloader/flash writer that will build for this processor? I have to make modifications to this application anyway, but I would prefer to start with a working image if I could and make changes from there. I would have hoped the example projects would build.

Also, is there any sort of application guide for this software? I found a few posts on the topic, but if there was something in the way of a usage or commissioning or application manual, that would be such a help to me!

Thanks in advance!

0 件の賞賛
返信
2 返答(返信)

1,117件の閲覧回数
b36401
NXP Employee
NXP Employee

Please try to increase m_text region size in linker file.

0 件の賞賛
返信

1,109件の閲覧回数
JesseCronce
Contributor I

The m_text size is set to what is available for this chip. I can get the software to build by building for release, but I was hoping to be able to build for debug and print to the debug console. The release code runs as expected. Again, I was hoping to be able to interact with the board more with debug features.

0 件の賞賛
返信