Security Part3 - STM32 Security features - 19 - TrustZone lab

preview_player
Показать описание
Understand all the security blocks available across STM32 families and experience them when it’s possible.

Benefits you will take away:
• This will allow you to understand the capabilities of each STM32 family regarding security.
• This is the necessary first step in order to understand how to combine them to build your system security with STM32.

More information about this session, its agenda, prerequisites and materials can be found here:

In case of any questions please post them on our forum at:

Please share with us your feedback on this MOOC using anonymous survey at:
Рекомендации по теме
Комментарии
Автор

It looks like ROM is renamed to be FLASH
STM32L552ZETXQ_FLASH.ld
<<<---
/* Memories definition */
MEMORY
{
RAM (xrw) : ORIGIN = = 96K /* Memory is divided. Actual start is and actual length is 192K */
RAM2 (xrw) : ORIGIN = 0x30030000, LENGTH = 64K
FLASH (rx) : ORIGIN = = 248K /* Memory is divided. Actual start is and actual length is 512K */
FLASH_NSC (rx): ORIGIN = 0x0C03E000, LENGTH = 8K /* Non-Secure Call-able region */
}
--->>>

indrekmagi