Number of Validation Inputs for STM32CubeMX
I am using the STMicroelectronics.X-CUBE-AI.8.0.1 with the board STM32U5A5ZJTxQ

Here is what I did:
- Applauded a keras model under the form .h5.
- Putting PD9 and PD8 on the USART3_RX and USART3_TX respectively
- Using the connectivity to USART3 in mode Asynchronous and Hardware Flow Control disable
- Systel Core RCC:
- Put HSE to BYPASS Clock Source
- Put LSE to BYPASS Clock Source
- Clock Configuration:
- Activate the CRC
- Software Packs Component Selector
- Put STMicroelectronics.X-CUBE-AI Application to validation
- Activate the AI X-CUBE-AI and Device Application
- Put the Platform Settings to COM Port: USART:Asynchronous USART3
Question: at the network place: is it possible to add two datasets, so two files, in the inputs into the validation inputs section or/and in the validation outputs? If yes, is it possible to do it for several datasets?

Thank you in advance,

