Level 1
Ralphance
Level 1
Jun 29, 2022
10:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Dears:
When I change the startup address from 0xA0000000 to 0xA0100000, but the reset address is indeed 0xA00A0020
Thanks!!!
Solved! Go to Solution.
Labels
- Labels:
-
Aurix
- Tags:
- ucb
1 Solution
Level 3
ub786
Level 3
Jul 04, 2022
12:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
hi,
it is because of CRC and CRC_N values, they are wrong.
Try following values:
CRCBHMD: 0x656BA65D
CRCBHMD_N: 0x9A9459A2
3 Replies
Level 3
ub786
Level 3
Jul 04, 2022
12:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
hi,
it is because of CRC and CRC_N values, they are wrong.
Try following values:
CRCBHMD: 0x656BA65D
CRCBHMD_N: 0x9A9459A2
Level 4
DownyK
Level 4
Jul 04, 2022
06:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
if you write wrong CRCBHMD and CRCBHMD_N, MCU find UCB_BMHD_COPY not UCB_BMHD_ORIG
and I think there is start address 0xA00A0020 in UCB_BMHD_COPY.
so you should modify CRCBHMD and CRCBHMD_N.
Level 1
Ralphance
Level 1
Jul 04, 2022
10:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thank you very much for your reply, the issue has been resolved.
Thanks!!!