Boot Software (BSW) and related modules for Renesas RH850 microcontrollers, intended for automotive ECUs and secure boot/demo applications.
Includes security modules, bootloader, demo applications, and integration templates.
- 🚀 Boot Manager & Bootloader: For RH850 microcontrollers
- 🔒 Security Modules: Cryptography, secure boot verification (SecMod)
- 🛠️ Demo Applications: Boot/update flow examples
- 🧩 Templates: For integration and extension
BSW/ # Boot Software, security modules, templates
Demo/ # Example/demo projects
DaVinciConfigurator/ # Tools & configuration files (third-party licenses)
README.md # This file| Hardware | Compiler/Toolchain |
|---|---|
| Renesas RH850 MCU | RH850C1x, RH850E1x or derivative |
| C Compiler | Embedded automotive build environment |
See Demo/DemoFbl/Appl/README_CanWakeup.txt for port config and external CAN wakeup interrupts.
- MIT License
- Third-party components: See
/DaVinciConfigurator/Core/x86/jre/THIRDPARTYLICENSEREADME.txt
- Fork the repo
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes
- Push to your branch
- Open a pull request
This README is based on code and docs as of September 2025. For more info or contributions, open an issue or PR!