Hello
I am using MPC5744P Development and using model based development toolbox for creating the program.
For the GPO write block, I observe that the maximum drive resitsnce is 240 ohm. Which means 3300 mV/ 240 = 137 mA.
The suggested in the Data Sheet for MPC5444P (DC Injection is 3 mA), for this we need to select 1.1 kilo-ohm.
Could you please help me understand, what is the logic of drive strength in Simulink blocks.
Best Regards
Abhishek
Solved! Go to Solution.
Hi Abhishek,
Could you please help me understand, what is the logic of drive strength in Simulink blocks.
That is a feature that is not currently available for the microcontrollers that are available in the toolbox since MPC57xx B/C/G/P hardware do not support drive strength control.
Such setting refers to the maximum current flowing out of an GPO (current sourcing capability of the output pin). It gives you an idea of how much can drive when it is in the logic high state.
Since all the code we are generating is based on the SDK drivers we had to fill in such structure for the future compatibility, but for the moment you should leave it on disabled option since its not going to do anything for current generation of supported parts.
Hope this clarify your question.
Best regards,
Daniel
Hi Abhishek,
Could you please help me understand, what is the logic of drive strength in Simulink blocks.
That is a feature that is not currently available for the microcontrollers that are available in the toolbox since MPC57xx B/C/G/P hardware do not support drive strength control.
Such setting refers to the maximum current flowing out of an GPO (current sourcing capability of the output pin). It gives you an idea of how much can drive when it is in the logic high state.
Since all the code we are generating is based on the SDK drivers we had to fill in such structure for the future compatibility, but for the moment you should leave it on disabled option since its not going to do anything for current generation of supported parts.
Hope this clarify your question.
Best regards,
Daniel