possible on STM32MP135F_DK board because no XSPI_NOR available, but
feature has been validated with internal ST Board customized - <spanstyle="font-weight: bold;">STM32MP13XX_CUSTOM_HW</span>)</li>
<ul><li>The applications or examples (CubeExample) could be executed from NOR. For the instance, the FSBLA_SNOR and the CubeExample could be copied using CubeProgrammer (External_Loader is included in form of binaries for this purpose)
or with the provided debug tool debug tool "XSPI_NOR_Programmer". </li><ul>
<li>At the boot, the bootrom will copy the FSBLA_SNOR in SYSRAM and execute it,</li><li>FSBLA_SNOR:</li><ul>
<li>will initialize the clocks, the XSPI-NOR and the DDR,</li></ul>
<ul><li>will read from XSPI-NOR the CubeExample image length and load CubeExample into DDR.</li>
<li>will jump into DDR to execute this CubeExample</li></ul></ul></ul>
<tr><td>ETZPC</td><td>ETZPC_NonSecure_Access</td><td>This example describes non-secure accesses of memory using DMA.</td><tdstyle="text-align: center; background-color: rgb(240, 240, 255);"><fontcolor="green" size="5">X</font></td><td></td></tr><tralign="center">
example provides a description of how to use a MDMA (configured
non-secure) to transfer a data buffer from SYSRAM to SRAM3 through the
HAL API.</td><tdstyle="text-align: center; background-color: rgb(240, 240, 255);"><fontcolor="green" size="5">X</font></td><td></td></tr><tr><td>MDMA_Mem2MemTransfer_Secure</td><td>This
example provides a description of how to use a MDMA (configured secure)
to transfer a data buffer from SYSRAM to SRAM3 through the HAL API.</td><tdstyle="text-align: center; background-color: rgb(240, 240, 255);"><fontcolor="green" size="5">X</font></td><td></td></tr><tr><tdcolspan="1" rowspan="2">PKA</td><td>PKA_ECCDoubleBaseLadder</td><td>How to use the PKA to run ECC Double Base Ladder operation</td><tdstyle="text-align: center; background-color: rgb(240, 240, 255);"><fontcolor="green" size="5">X</font></td><td></td></tr><tr><td>PKA_ECDSA_Sign</td><td>How to compute a signed message regarding the Elliptic curve digital signature algorithm (ECDSA).</td><tdstyle="text-align: center; background-color: rgb(240, 240, 255);"><fontcolor="green" size="5">X</font></td><td></td></tr><tralign="center">
<tdrowspan="3" align="left">
<pid="PWR">PWR</p>
</td>
<tdalign="left">
<pid="PWR_STANDBY">PWR_STANDBY</p>
</td>
<tdalign="left"> This example show how to enter the
Standby mode and wake up from this mode by using an external reset or
application provides an example of Azure RTOS ThreadX stack usage, it
shows how to develop an application using the ThreadX thread management
APIs.<br>It demonstrates how to create and destroy multiple threads
using Azure RTOS ThreadX APIs. In addition, it shows how to use
preemption threshold between threads and change priorities on-fly.</td><tdstyle="text-align: center;"><fontcolor="green" size="5">X</font></td><td></td>
</tr>
<tr>
<td>Tx_Thread_MsgQueue</td>
<td>This
application provides an example of Azure RTOS ThreadX stack usage, it
shows how to develop an application using the ThreadX message queue
APIs.<br>It demonstrates how to send and receive messages between
threads using ThreadX message queue APIs. In addition, it shows how to