How to get Flash Addresses for a bootloader project?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
D_Sd_3235936
Level 4
Level 4
25 sign-ins 50 questions asked 25 replies posted

I am working on a bootloader project.

Would like to get the start addresses for the below sections:

1. META DATA BTLDBL.

2. CheckSum Exclude

3. User Space.

4, BTLDBL

5. BTLDR

Can CySmart help me get this info?

Debug/Breakpoint is not an option.

Bootloader is built in the following manner:

Case # 1. Bootloadable application

     *

     *  _______________________________

     * | Metadata (BTLDBL)             |

     * |-------------------------------|

     * | Checksum Exclude (BTLDBL)     |

     * |-------------------------------|

     * |                               |

     * |                               |

     * |                               |

     * |-------------------------------|

     * |                               |

     * |                               |

     * |                               |

     * | BTLDBL                        |

     * |                               |

     * |                               |

     * |                               |

     * |-------------------------------|

     * |                               |

     * | BTLDR                         |

     * |_______________________________|

     *

0 Likes
1 Reply