This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Guys
I try to test the FLS Driver from MCAL_AM263x_00.09.00_03. When the FlsApp Example is built, and the code is executed on the Eval Board this output is like that:
I think this is not the output, what is expected. Do you have the same output? and is there some special set within the code or eval board?
Thanks in advance
Hi,
The output simply says that, the FLS Driver's Handle couldn't get locked. The QSPI is being used by some other component or etc., Can you please make sure what is the boot mode present on the AM263? Is it QSPI boot mode or No Boot mode?
Also, these errors might get resolved by resetting the board couple of times and re-running.
Thanks
Hi,
Which one do I have to prefer? I used the Uart fuctional mode. It works only once but then I got the same problem.
Br
Hello,
Apologies for the wrong suggestion in my previous comment. I have checked internally and tried running the app on my evaluation board. I was able to run the application after changing the boot mode to the QSPI boot mode. You can check how to setup the boot mode in this link AM263x MCU+ SDK: EVM Setup (ti.com) Please note that this app works specifically for the flash that's present on the board, if the flash changes the commands should also change and a new flash driver should be written.
Hope this solves your query.
Thanks