while programming with flexSPI, gets "kStatus_FLEXSPI_IpCommandSequenceError"

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

while programming with flexSPI, gets "kStatus_FLEXSPI_IpCommandSequenceError"

Jump to solution
565 Views
adi2Intel
Contributor III

Hi all

I am using the FlexSPI_not_polling transfer SDK example in our project, with modifications, to program an external chip.

when we are using the program page, all working well until it reaches the address: 0x800000.

when reaching this address, the write_enable method is failing with the error "kStatus_FLEXSPI_IpCommandSequenceError"

this is the code section that catch the error:

adi2Intel_0-1672757417274.png

 

what is this error meaning and how can we resolve it?

everything works ok until we reach the address 0x800000. our chip is 32MB size

 

Adi,

Intel

Labels (1)
0 Kudos
Reply
1 Solution
553 Views
adi2Intel
Contributor III

found the cause, need to define the flash size in KB:

adi2Intel_0-1672952411940.png

 

0x8000 in kb = 32MB

View solution in original post

0 Kudos
Reply
1 Reply
554 Views
adi2Intel
Contributor III

found the cause, need to define the flash size in KB:

adi2Intel_0-1672952411940.png

 

0x8000 in kb = 32MB

0 Kudos
Reply