while programming with flexSPI, gets "kStatus_FLEXSPI_IpCommandSequenceError"

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

while programming with flexSPI, gets "kStatus_FLEXSPI_IpCommandSequenceError"

跳至解决方案
1,181 次查看
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

标签 (1)
0 项奖励
回复
1 解答
1,169 次查看
adi2Intel
Contributor III

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

adi2Intel_0-1672952411940.png

 

0x8000 in kb = 32MB

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,170 次查看
adi2Intel
Contributor III

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

adi2Intel_0-1672952411940.png

 

0x8000 in kb = 32MB

0 项奖励
回复