Dec 16, 2021
11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dec 16, 2021
11:34 AM
Dear All,
I want to invalidate the previous UCB_SWAP_ORIG and UCB_SWAP_COPY entries. I could not understand below statement. "The previous (x-1) UCB_SWAP entry is invalidated by over-programming all-1 into CONFIRMATIONL(x-1) and CONFIRMATIONH(x-1)".
Can someone clarify if I have to overwrite CONFIRMATIONL(x-1) = 0x11111111 and CONFIRMATIONH(x-1) = 0x11111111 or else?
Also, what means "over-programming" here? In general we usually erase the sector and then write bytes into memory.
Thanks in advance.
Solved! Go to Solution.
Labels
- Labels:
-
Aurix
1 Solution
Dec 20, 2021
05:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dec 20, 2021
05:44 AM
2 Replies
Dec 20, 2021
05:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dec 20, 2021
05:44 AM
Hello,
Yes, it refers to writing all 1's to these field.
Thanks.
Dec 23, 2021
07:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dec 23, 2021
07:43 PM
Hello,
Thanks for the reply.