Question
BootLoader_Configuration
Posted on July 08, 2016 at 07:12
application
(10K) is working in the first part of memorysector-0
as follows.1. sector-0 ( 0x00000000–0x00007FFF)
2. sector-1 ( 0x00008000–0x0000BFFF)
3. sector-2 ( 0x0000C000–0x0000FFFF)
4. sector-3 (0x00010000–0x00017FFF)
We want to load new code in the
sector-2
(0x0000C000–0x0000FFFF) and run the application after restart.So, how to
configure
theboo
t sector
to run the new application from sector -2.