Hello Maciek,
See my answers below.
KVx Toolbox:
1. We use calls to matlab function datetime and that call has some issues. We'll look into this to fix it in next releases.
2. When v9.0 goes live I expect the MCUX Configuration Tool from the toolbox to work, but honestly I cannot guarantee that 100%, not until I try it on my side also - I will let you know. It should not be issues with compatibility - the Configuration tool is data driven and for Kinetis V processors I did not see changes while working back and forth on v8.1 and v9.
You can also try the solution proposed with using offline data - You go here: https://mcuxpresso.nxp.com/en/select_config_tools_data, select the processor you need - and then go to tools\MCUX_CFG_v9\bin\ open the CFG tool (tools.exe) and use the steps from here https://www.nxp.com/docs/en/user-guide/MCUXIDECTUG.pdf chapter 8.8.4 Importing data.
i.MX RT Toolbox:
1. About that warning, the audio block is using in simulation the Audio Toolbox. Can you try to install the AudioToolbox ? It should get rid of all the warnings.
2. We've seen the issue after releasing the toolbox and unfortunately we did not find yet the root cause. All the examples and blocks are present in mbd_imxrt_ec_toolbox.slx but the same library is not well displayed in the library browser. We'll have to sync with Mathworks to see what we are doing wrong.
About the .mex files - yes, is normal. We have a default .mex file for each of the supported processors These .mex files have a default peripherals configuration for all the peripherals that are supported in the toolbox. When the user will create a blank model for the IMXRT hardware, this mex file is the one that is used (will be copied next to the model renamed to <model_name>Config.mex)
When you open the models that don't have a .mex attached, you'll notice that a <mode_name>Config.mex file is being created next to the model. These examples are created to work with the default configuration I mentioned.
The other examples have a custom configuration for the used peripherals e.g configure multiple PWM channels or uses the communication peripherals in transfer mode or interrupts (default are set to be initialized in blocking mode).
3. What's still left in the path?
4. If you restore to default the matlab path (with restoredefaultpath) and then install the toolbox you still see the warnings?
5. We'll investigate further the issue and let you know when we found a solution. Until then you can use the examples by accessing the mbd_imxrt_ec_toolbox.slx or mbd_imxrt_examples.slx or by browsing to the examples folder and opening the mdl.
6. You can ignore those errors, it will not affect the functionality of the Configuration Tool. In the KVx toolbox we made some small improvements in this area that will be merged also in the next release of i.MX RT.
Best regards,
Alexandra