Hi. Petr.
Thank you for your answer.
For question 1, Time quanta, I understood as below.
- CAN FD arbitration phase : using CAN_CBT
- CAN FD data phase : using CAN_FDCBT
For question 2, How to check SSP offset value, I understood your explanation.
But I could not confirm that the bit of TDCEN and TDCOFF was changed.
- I changed the bit of TDCEN and TDCOFF at the EmbSys Registers but these bits were not changed.
- So I changed these bits at the source code, but I was not sure that these bits were changed.
Because these bits at the EmbSys Registers were changed(1) during RUN but were returned to initial value(0) during SUSPEND.
How can I change the bit of TDCEN and TDCOFF and confirm whether changed or not?
Should I think these bit as changed?
■ At the EmbSys Registers :
1. I changed TDCEN bit to 1

2. but this bit was not changed (the bit was returned to initial value 0, TDC is disabled)

■ At the source code :
1. I changed TDCEN bit to 1
< Before code change >

< After code change : from x to 1 >

2. and TDCEN bit was changed (enabled) during RUN.

3. but TDCEN bit was returned to initial value (disabled) during SUSPEND

Thank you
Kim.