How to use OTFDEC with stm32u5 and Zephyr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-04 7:30 AM
Hey, I'm starting on using OTFDEC for encryption of data on external OSPI flash, the project i'm working on is based on the Zephyr OS, and as far as i can see there are no examples on how to build an application with the OTFDEC setup using Zephyr. So is it possible to use OTFDEC with zephyr, and how?
Solved! Go to Solution.
- Labels:
-
OctoSPI
-
STM32U5 series
-
Zephyr
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-27 5:49 AM
Hello @Tobias Aunbøl​ and welcome to the community,
It possible to use OTFDEC with zephyr or any kind of RTOS, or even an application that does not use any RTOS.
The idea is to directly call OTFDEC HAL API in the application. For more information on how to allow use of Cube HAL in application, see this LINK.
There is also an example under the TM32Cube_FW_U5, below the path to the project:
"STM32Cube_FW_U5_V1.1.0\Projects\B-U585I-IOT02A\Examples\OTFDEC\OTFDEC_Data_Decrypt"
Mohamed Aymen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-27 5:49 AM
Hello @Tobias Aunbøl​ and welcome to the community,
It possible to use OTFDEC with zephyr or any kind of RTOS, or even an application that does not use any RTOS.
The idea is to directly call OTFDEC HAL API in the application. For more information on how to allow use of Cube HAL in application, see this LINK.
There is also an example under the TM32Cube_FW_U5, below the path to the project:
"STM32Cube_FW_U5_V1.1.0\Projects\B-U585I-IOT02A\Examples\OTFDEC\OTFDEC_Data_Decrypt"
Mohamed Aymen
