Jump to Application

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

Jump to Application

Jump to solution
703 Views
saranbabu
Contributor II

Hello Team,

I would like to thank for your great support for the queries.  I'm having doubts in following two questions,

1) How to do the block erase using ROM API?, it is taking quite long time for erase the flash memory before write the application image.

2) Please find the attached hex file,  jump is not happening for this hex file, I've verified the written data, it has parsed the data and write it correctly into the memory, but jump is not happening for this file, kindly let me know the reason behind this problem?

Note: Jump is happening for SDK example projects.

Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
685 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @saranbabu 

 

1) About flash erase ROM API, there are two: flexspi_nor_flash_erase_sector() and  flexspi_nor_flash_erase_all (), if you want to full chip erase, can use the second.

2) Just from hex file, can not know the issue. How do you jump is not happening?

About secondary bootloader, recommend first refer below AN:

https://www.nxp.com.cn/docs/en/application-note/AN12604.pdf  

 

BR

Alice

View solution in original post

0 Kudos
Reply
1 Reply
686 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @saranbabu 

 

1) About flash erase ROM API, there are two: flexspi_nor_flash_erase_sector() and  flexspi_nor_flash_erase_all (), if you want to full chip erase, can use the second.

2) Just from hex file, can not know the issue. How do you jump is not happening?

About secondary bootloader, recommend first refer below AN:

https://www.nxp.com.cn/docs/en/application-note/AN12604.pdf  

 

BR

Alice

0 Kudos
Reply