Handling N/A register of programming CY8CMBR3108S

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

cross mob
masu_1341616
Level 5
Level 5
Distributor - TED (Japan)
10 solutions authored 10 likes received 25 sign-ins

About CY8CMBR3108S programming

CY8CMBR3108S have some N/A register. When we try to program from host using HEX file.

We can see the value for all of register include N/A register in HEX file.

We will program all of value under the HEX.file.

is it correct?

 

On the for verification setting data.,

If we read N/A data after above programming, Does it can read same as HEX.data?

0 Likes
1 Solution
Takashi_M
Moderator
Moderator
Moderator
1000 replies posted 500 solutions authored 750 replies posted

Only valid bit field and registers are applicable in the device.

Please check these bit field/registers in

MBR3 datasheet

https://www.cypress.com/documentation/datasheets/cy8cmbr3002-cy8cmbr3102-cy8cmbr3106s-cy8cmbr3108-cy...

MBR3 Registers TRM

https://www.cypress.com/documentation/technical-reference-manuals/cy8cmbr3102-cy8cmbr3106s-cy8cmbr31...

And for verification, please check only valid bit fields/registers.

(i.e. you can ignore "N/A".)

View solution in original post

0 Likes
3 Replies
Takashi_M
Moderator
Moderator
Moderator
1000 replies posted 500 solutions authored 750 replies posted

Only valid bit field and registers are applicable in the device.

Please check these bit field/registers in

MBR3 datasheet

https://www.cypress.com/documentation/datasheets/cy8cmbr3002-cy8cmbr3102-cy8cmbr3106s-cy8cmbr3108-cy...

MBR3 Registers TRM

https://www.cypress.com/documentation/technical-reference-manuals/cy8cmbr3102-cy8cmbr3106s-cy8cmbr31...

And for verification, please check only valid bit fields/registers.

(i.e. you can ignore "N/A".)

0 Likes
masu_1341616
Level 5
Level 5
Distributor - TED (Japan)
10 solutions authored 10 likes received 25 sign-ins

Sorry for my lack of explanation

My concern is about this documentation.

https://www.cypress.com/file/133376/download

4.5 Step 3 – Program Flash

4.6 Step 4 – Verify Flash

These sample program access to all address using  " *.H " file.

is it correct? 

0 Likes

I don't still understand your concern and why you are worried.

The register address and data has been specified in hex file.

The data can be modified, but you create CRC accordingly while flashing the device.

could you please refer to the section 5.2.4 of https://www.cypress.com/file/46366/download and explain more detail of your concerns?

0 Likes