Modify TC397 startup address

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

cross mob
Ralphance
Level 3
Level 3
25 sign-ins 5 likes given First like received

Dears:

     When I change the startup address from 0xA0000000 to 0xA0100000, but the reset address is indeed 0xA00A0020

Ralphance_0-1656567985114.png

Thanks!!!

0 Likes
1 Solution
ub786
Level 3
Level 3
10 replies posted First solution authored 10 sign-ins

hi,

it is because of CRC and CRC_N values, they are wrong.

Try following values:

CRCBHMD: 0x656BA65D

CRCBHMD_N: 0x9A9459A2

View solution in original post

3 Replies
ub786
Level 3
Level 3
10 replies posted First solution authored 10 sign-ins

hi,

it is because of CRC and CRC_N values, they are wrong.

Try following values:

CRCBHMD: 0x656BA65D

CRCBHMD_N: 0x9A9459A2

DownyK
Level 5
Level 5
100 replies posted 10 solutions authored 250 sign-ins

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.

      Thank you very much for your reply, the issue has been resolved.

 

Thanks!!!

0 Likes