Hello.
I am currently learning flexcan examples using two frdm-kw36 boards.
The version of the kw36 SDK I am using is "SDK_2_2_12_FRDM-KW36", and the mcux version is "v11.8.1_1197".
The flexcan example path is [frdmkw36 > driver_examples > flexcan > interrupt_transfer].
The hardware configuration is as shown in the photo below.

I debugged the flexcan example and checked it with the Putty program, but after setting the node (A or B), even if I enter a string, no data is sent and nothing happens.

As you can see in the picture, it only works up to that point and does not respond to any additional input after that.
When I checked other examples or application notes, it said that 12V DC was needed for CAN communication, so I tried applying 12V DC, but the same phenomenon was repeated.
After connecting 12V DC, the hardware configuration is as shown in the photo below.

I've configured it this way, but why is there no action in the Putty program?
Is there some process or content that I am not thinking about?
I am waiting for answers from knowledgeable people.