cancel
Showing results for 
Search instead for 
Did you mean: 

Bootloader and Ymodem

Minkyu Kim
Associate III

Hi,

I'm study bootloader.

using STM32F401RE at windows10.

when i download bin file, below picture error occured.

i attach my bootloader and application.

best,

Kim

0693W000007CoT5QAK.png

1 ACCEPTED SOLUTION

Accepted Solutions

Hi Mattias,

Of course, Yes I am.

This problem solved by my head. Just change code like below picture.

0693W000007D7zjQAC.pngBut I am wondering how this change solved the problem.

Best regards,​

View solution in original post

2 REPLIES 2
mattias norlander
ST Employee

Hi Minkyu,

Are you connected with the debugger to the target?

You can attach to a running target assuming you don't load any binaries or perform any reset operations in the debug configuration. This would allow you to halt the CPU with the debugger at the state you show in the screenshot to see where you are...

If this does not give a clue try to launch a new debug session and try to narrow down the problem.

I do not have the board available to test your code.

Kind regards, Mattias

Hi Mattias,

Of course, Yes I am.

This problem solved by my head. Just change code like below picture.

0693W000007D7zjQAC.pngBut I am wondering how this change solved the problem.

Best regards,​