asrlora / asr_lora_6601

44 stars 18 forks source link

Rewriting internal bootloader by own implementation #6

Open AlexDovgan opened 1 year ago

AlexDovgan commented 1 year ago

Is there any possibility to substitute internal bootloader by own implementation with jLink?

junhong9603 commented 1 year ago

0x10000000 area is the Flash info base address, cannot be used to store bootloader. The firmware can be divided into two parts, Bootloadrt+APP mode. You can burn the bootloader in the 0x08000000 area through jLink programmer.