Sequential (118) Parallel in/out line
https://chihaukam.blogspot.com/2026/01/bradley-you-tell-chris.html?m=1
.
Ref: https://chihaukam.blogspot.com/2024/04/see_27.html?m=1 .
.
.
John : Yes, Mov buffer_zone, value. It represents.
Object[Buffer_zone] <--- At the stage of mask interrupt only.
Value of input[0100001001111111] <-- Link to the clock line of RJ45 already.
Me: "Value of input" is linked to the clock line of RJ45,
John : Ok.
Me: Yet, "The Object" is only at the stage of mask interrupt.
.
John: Originally, "Value of input" shift right. Yes, If "value of input" shift left, the Object can be changed. However, the Object is at the stage of Mask interrupt. Therefore, the object has no input.
.
Me: Therefore, you can't change it from (int buffer_zone = value) into (int Spi_clock_line = value)
.
John : Do you notice that parallel output line is the branch of the clock line of RJ45 ?
.
Me: Yes,
.
John: So,
.
First, hack the clock line of RJ45.
Second, generate a signal of 1001001 on the parallel output line.
Third, the signal of 1001001 mean Object [ Spi_clock_line ].
Four, it become.
.
For (int i = 0; i < 100; i++)
{
Sum = Sum + i;
if (i == 100)
{
Int Spi_clock_line = Sum;
<---- Originally, it is that Int buffer_zone = Sum.
}
}
.
_____
.
Originally,
Spi_clock_line [System clock line].
After hacking,
Spi_clock_line [RJ45]

Comments
Post a Comment