Problem when start location is not 0x00

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

Problem when start location is not 0x00

951件の閲覧回数
miguelbermejo
Contributor I

Hello everyone!

I am working with a LPC1317, which it contains an initial bootloader and application.

I am developing the Application, which I want to start it in 0x1000. I have configurated it (in MCUXpresso), and its size too.

But when I try to debugg the App, there is not action. The Debugger ist not able to do anything. It is like the Debugger is not running from 0x1000 also from 0x00.

Anyone have any idea? I need to configurate anything more? I have looked for information, but I have only found the "Start Location" configuration in the MCU Settings, which I made.

Thank you in advance

ラベル(1)
タグ(2)
0 件の賞賛
返信
1 返信

756件の閲覧回数
soledad
NXP Employee
NXP Employee

Hi 

The application should be started in 0x00. You cannot debug an application to from 0x1000. 

However, you can use a  bootloader this will run from 0x00 and then jump to other address location.

Have a great day,
Sol

 

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信