Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Using code flash/external serial flash(filesystem) for PKCS related data storing instead of data flash #6

@HirokiIshiguro

Description

@HirokiIshiguro

Is your feature request related to a problem? Please describe.
Data flash is small (RX65N=32KB(max)) but PKCS data will occupy 16KB (8KB(body) + 8KB(mirror)).
Some of RX MCUs that have small size of data flash cannot handle PKCS data.
So we should make flexibility way to store the PCKS data instead of data flash.

Describe the solution you would like.
Make configuration for storing PKCS data into:

  1. data flash
  2. code flash
  3. file system (storage=SD card, USB memory, serial flash memory)

Additional context
none

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions