Submind YouTube summaries
Thumbnail for Zephyr on STM32MP13 and STM32N6: one application, two platforms

Zephyr on STM32MP13 and STM32N6: one application, two platforms

Watch on YouTube

Video summary

The video demonstrates how a single D-Fair application can operate seamlessly on both the high-performance STM32 N6 microcontroller unit (MCU) and the versatile STM32 MPU platform. The core objective is to showcase that using the same source code allows developers to deploy features such as camera input, sensors, human-machine interfaces, and network connectivity across these two distinct hardware architectures without significant rework. This approach highlights a streamlined development workflow where software portability is maximized, enabling engineers to leverage the strengths of each platform while maintaining a consistent user experience. The presentation begins by running the application on the STM32 N6, illustrating its capabilities in handling high-performance tasks efficiently. Following this initial demonstration, the video transitions to executing the identical application code on the STM32 MP13, proving that the software functions correctly despite the differences in underlying hardware specifications. By comparing these two runs, the content emphasizes how smoothly the application migrates from one platform to another, underscoring the minimal software changes required to adapt to different system requirements. Ultimately, the video concludes by reinforcing the value of a unified codebase for multi-platform deployment. It asserts that achieving a complete and consistent experience across both the MCU and MPU is not only possible but also efficient when utilizing compatible frameworks like Zephyr. This capability reduces development time and complexity, allowing teams to focus on innovation rather than rewriting code for each new hardware target, thereby accelerating time-to-market for embedded solutions that need to support diverse computing environments.
Read the full video transcript
Today, I will show you how the same D Fair application runs on the high-performance STM32 N6 MCU and the versatile STM32 >> [music] >> MPU. With the same source code, we can bring up camera, sensor, [music] HMI, and networks on both platforms and [music] see how smoothly the application moves from MCU to [music] MPU with minimal software changes. Now, let's jump to the demo. Let's first run the application on the STM32 [music] N6. >> [music] [music] >> Now, let's run the same application on the STM32 MP13. [music] >> [music] [music] >> One application, two platforms, and the same complete experience [music] across both. Thank you for watching.