Tool/software:
Hi experts,
Our DebugP_assert will judge if the input parameter is a reasonable value, if it not, it will jump into an infinite loop, So my customer ask this question:
1. Why DebugP_assert design to an infinite loop? They think if the input parameter greater than reasonable value, it can limit to the largest value, then code will not stuck in this loop.
2. Is DebugP_assert will change in the future?
BRs
Shuqing