Checksum Exclude section questions

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

A couple of questions.

I am using PSOC 4200 BLE.

Where do I place the below code? In the bootloader, or the bootloadable?

Can both use this section?

how do I know the rows of the section? I would like to write it using CySysFlashWriteRow later.

Any examples will help a lot as well.

pastedImage_0.png

0 Likes
1 Solution
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hi,

The code can be put in either bootloader or bootloadable.

Both the bootloader and the bootloadable can use this section.

Do you mean the rows of checksum exclude area? Usually it is the last row(s) in User Flash area. The exact row number....can put a specified sequence such as 0xAA, 0xAA 0xAA......in exclude section, and users can check the exact address in PSoC Programmer.

pastedImage_1.png

Thanks,

Ryan

View solution in original post

0 Likes
1 Reply
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hi,

The code can be put in either bootloader or bootloadable.

Both the bootloader and the bootloadable can use this section.

Do you mean the rows of checksum exclude area? Usually it is the last row(s) in User Flash area. The exact row number....can put a specified sequence such as 0xAA, 0xAA 0xAA......in exclude section, and users can check the exact address in PSoC Programmer.

pastedImage_1.png

Thanks,

Ryan

0 Likes