Tool/software:
From the SDL introduction, it shall have example of LBIST, but I do not find it in the SDL example folder.
Which example include the LBIST demo?
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.
Hello,
LBIST for the MCU core is enabled in bootloader. Please check the example below:
examples/drivers/boot/sbl_ospi_linux_multistage/sbl_ospi_linux_stage1
Regards,
Nihar Potturu.
Thanks, the feedback is quite valuable.
Any other example also include the LBIST ? Due to the example which you provided need some steps to make it run.
Does there have a simple example include LBIST which can directly use ccs to import and run it?
Hello,
Does there have a simple example include LBIST which can directly use ccs to import and run it?
Unfortunately, this is not available. You can directly call the LBIST API being called in SBL in the PBIST example and load it from CCS as an alternative.
Regards,
Nihar Potturu.