Hello @ykarata1 ,
I had a look at the chapter you have mentioned above, which describes the steps which have to be followed to determine the Open-SHORT Detection, and unfortunately, the short answer is no. We do not have a block that performs all the mentioned steps in that chapter and return the OpenDetect status.
However, the functionality can be achieved with the current toolbox in two ways:
1. Using the MC3377xB_Register_Read and MC3377xB_Register_Write for SYS_CFG1 and other registers. But you have to do all the operations inside an atomic subsystem and make sure that the Simulink will generate the code in the right order.
2. Creating a custom code block that performs all the settings required in the mentioned chapter. Basically, here, the block has to be written in C and only called from the Simulink.
If I were to choose, I would take the second option, with the custom code.
For your second question, you can open a request at NXP to add support for such block.
Hope this helps,
Marius