wolfBoot
wolfBoot copied to clipboard
wolfBoot is a portable, OS-agnostic, secure bootloader for microcontrollers, supporting firmware authentication and firmware update mechanisms.
Is there a plan to develop USART driver support for STM32U5? I didn't see any USART interfaces in (https://github.com/wolfSSL/wolfBoot/tree/master/hal)/stm32u5.c I didn't see any STM32U5 support in (https://github.com/wolfSSL/wolfBoot)/[hal](https://github.com/wolfSSL/wolfBoot/tree/master/hal)/uart/
MCU: Renesas RX72N Board: RX72N/Envision Kit IDE: e2Studio Compiler: CCRX FIT Module: r_flash_rx Flash access: hal/renesasRx.c e2Studio Project: wolfBoot IDE/Renesas/e2studio_CCRX/wolfBoot Sample app IDE/Renesas/e2studio_CCRX/app_RenesasRX01
* Added support for RX65N and RX72N with native Makefile and RX ELF GCC compiler. * Added initialization of the clocks and UART driver. - wolfBoot uses on chip high...
Good morning, I am using WolfBoot 2.0.2 on STM32U585. I am using dual swap capability and in normal condition all works like a charm. My Flash partition is: 0x08000000 -->...
API's to support OTP flash read/write on the STM32H7. Enabled with `FLASH_OTP_ROT`. ZD 17063
Still getting through some problems. Here's what's working: 1. Booting without TPM into OCRAM-based app. Used NO_XIP=1 to make wolfBoot copy into the load address 2. Booting with TPM sealing...