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

Description
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:
- data flash
- code flash
- file system (storage=SD card, USB memory, serial flash memory)
Additional context
none
Thank you!