Home > On-Demand Archives > Theatre Talks >

Safe Rust Multi-core Development on PSoC Microcontrollers

Nitinchandra Hegade - Watch Now - Duration: 28:19

Safe Rust Multi-core Development on PSoC Microcontrollers
Nitinchandra Hegade

Embedded systems are being deployed in a variety of safety-critical applications. In such systems, failures can have severe consequences. Thus, the safety requirements and reliability expectations from real-time systems have increased drastically over time. Hence Rust programming language is well suited for embedded software development due to its focus on safety, performance, and concurrency. It is designed to prevent common programming errors such as null pointer dereferences, buffer overflows, and data races, which can lead to system crashes and security vulnerabilities. Additionally, Rust's strict ownership model and lifetime tracking help to ensure that resources are used safely and efficiently.

Furthermore, Rust's strong support for concurrency and its lightweight threading model help to make it well-suited for developing systems that need to handle multiple tasks simultaneously. It also has a growing ecosystem of libraries and frameworks specifically designed for embedded development, such as the embedded-hal, and RTIC framework. The RTIC is an open-source, community-driven project designed specifically for real-time systems. It leverages hardware acceleration through the NVIC in Cortex-M microcontrollers to perform scheduling, rather than relying on traditional software-based kernels. The framework also includes a set of APIs for managing tasks and synchronization primitives, making it easy to implement complex, real-time systems. Additionally, RTIC provides fine-grained control over available resources for each task, ensuring stability and responsiveness even under heavy loads.

The RTIC framework does not currently support multi-core architecture. However, this presentation will demonstrate how RTIC can be extended using the Multi-core abstraction trait to support secure multicore applications on PSoC Microcontrollers.

M↓ MARKDOWN HELP
italicssurround text with
*asterisks*
boldsurround text with
**two asterisks**
hyperlink
[hyperlink](https://example.com)
or just a bare URL
code
surround text with
`backticks`
strikethroughsurround text with
~~two tilde characters~~
quote
prefix with
>

RaulPando
Score: 0 | 1 year ago | 1 reply

Thanks Nitinchandra for an interesting presentation, I was wondering if you had any intention to make this example project available, perhaps in a public repo? I suspect the fact that appears well integrated into VS Code will make it rather appealing to other peers.
Great also to see that RTIC has comprehensive documentation https://rtic.rs/

Hegade84Speaker
Score: 1 | 12 months ago | no reply

Hi RaulPando,
Thank you for your interest. The project will be open-sourced by Infineon Technologies. Kindly stay in touch with Manzack Tiago.

OUR SPONSORS

OUR PARTNERS