I want to remove my bootloader so I can only upload the firmware using JTAG.
This means that when I power up, it should driectly run the application code.
How can I move up the application code to address 0000? Is there something I need to change in IDE settings or in build files?
folder where I get the bin file to upload on target
my systemconfig folder
Hi, Fasih,
Regarding your question, even if you have bootloader code in flash, after you download your application code to flash, and the Reset vector points to your application code, after Reset, only your application code is executed.
If you do want to remove your bootloader code, you can execute mass erase, which erase all flash.
BTW, can you tell us the part number?
BR
XiangJun Rong