This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28388D: CLB/FSM simulation related issues

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE

Tool/software:

Hello. I am implementing BiSS-C communication using CLB.

I set it to transform the state using FSM.

Below is a logic table.

I created a logical formula based on the logic table and entered values.

And the simulation results

According to the table,

when S1/S0/E1/E0 is 0110, the next state is 10.

When S1/S0/E1/E0 is 1000, the next state should be 10.

However, the state changes to 00.

Referring to the third term of the S1n+1 expression, there is s1 & !s1.

S1n+1 should be fixed to 1.

The expression of state1 is evaluated as 0x6A48.

Any thoughts or known bugs about this?

이에 대해서 의견이나 알려진 버그가 있을까요?