Hi @renaud
Hello Renaud,
It seems like you are facing issues with erasing and programming the QSPI flash on your LS1046ARDB boards. To resolve this issue, please follow the steps below:
- First, ensure that the board is properly powered and all the connections are secure.
- Verify that the switches are set correctly for Hard-coded RCW. You can refer to the LS1046ARDB Reference Manual for the correct switch settings.
- Make sure that the Codewarrior is properly installed and configured for your board. You can follow the AN12090 Application Note for guidance on setting up and using Codewarrior with LS1046ARDB.
- Try to erase the QSPI flash using the Codewarrior command line interface (CLI) with the following command:
fl_erase 0 0 0x1000000
If the erase operation is successful, you can proceed to program the QSPI flash using the following command:
fl_program 0 0 <path_to_your_binary_file>
If the issue persists, it might be helpful to perform a hardware reset on the board and try the steps again.
I hope this helps you resolve the issue with erasing and programming the QSPI flash on your LS1046ARDB boards. If you have any further questions or need additional assistance, please feel free to ask.
Best regards,