Mar 07, 2023
11:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 07, 2023
11:25 AM
Using the XMC4400, we have two separate programs:
A bootloader program that starts at 0x0800 0000
Our main App that starts at 0x0800 4000
I want DAVE to:
1. Erase the entire chip
2. Program the bootloader on chip
3. Program the app on chip
Right now, if I program the App, it erases the entire chip first (which I don't want, because this also erases the bootloader). Is there a way to get DAVE to program .hex files without erasing the chip first?
0 Replies