RA Smart Configuratorの設定データについて

EK-RAxxx評価ボードでRAマイコンの評価しています。

開発環境は馴染みのあるIAR製EWARMとRA Smart Configuratorで進めたく、

RA Smart ConfiguratorでFSPを使用したIARのプロジェクトの生成までは難なくできました。

e2studioではプロジェクト生成された後からでもFSPの設定内容を変更できるようですが、

RA Smart Configuratorではそのような機能が見当たりません。

FSPの設定のインポートや設定ファイルの保存・オープン方法など

どなたかご存じの方がいらっしゃいましたら、教えてください。

開発環境

IAR EWARM v9.20.4

FSP v3.7.1

Smart Configurator v2022-04 (22.4.0)

参考

RA Flexible Software Package Documentation: Starting Development (renesas.github.io)
ルネサスのArmコアMCUはコード生成ツールの活用で簡単に評価できます - YouTube

  • 下記の設定に不備がありました。
    解決できました。

    To Use RA SC with EWARM, RA SC needs to configured as a tool in EWARM by selecting the menu item 
    Tools > Configure Tools.... Select New to create a new tool in the dialog shown and add the following information:

    • Menu Text: RA Smart Configurator
      1. Command: Select Browse... and navigate to rasc.exe in the installed RA SC
      2. Argument: –compiler IAR configuration.xml
      3. Initial Directory: $PROJ_DIR$
      4. Tool Available: Always
    • Menu Text: Device Partition Manager
      1. Command: Select Browse... and navigate to rasc.exe in the installed RA SC
      2. Argument: -application com.renesas.cdt.ddsc.dpm.ui.dpmapplication configuration.xml "$TARGET_PATH$"
      3. Initial Directory: $PROJ_DIR$
      4. Tool Available: Always