Hello @Narudol-T
I've made an analysis based on the information you've provided and as I've told you in my first reply, the current approach of code generation in MBDT only allows you to have one device connected over the SPI or up to 15 connected over TPL.
MBDT generates code on top of the MC3377xB driver and here, the main Driver configuration uses the bcc_drv_config_t structure type which keeps the state only for one device in SPI mode.

Now, the MBDT MC3377xB_Config_Block generates only one structure in each model, so from here comes the limitation. If it were to support more devices over SPI, we would have to generate this for every block. We designed such blocks considering that if an application would use more BCCs than one it will use the TPL approach.
Now, your approach is not impossible and obviously, it can be achieved in MBDT but requires an important amount of changes in the current implementation, which can not be provided via a simple HotFix to you. Basically, you request here a new feature.
I see two options for you:
1. Start using custom code. With this approach, you can insert C code based on the BCC driver and fill the bcc_drv_config_t structures for each SPI instance. You can find a good starting point in this article: https://community.nxp.com/t5/NXP-Model-Based-Design-Tools/How-to-use-your-own-C-code-in-our-Toolbox-...
2. You open a request to NXP, to implement the support of this kind of functionality. For that, you have to contact your NXP local FAE and he/she will then contact the Manager who handles MBDT. This can be a long process but in the end, you will have this functionality implemented in our Toolbox.
Hope this helps,
Marius