This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

why PSTRB signal in APB4 have four bits?

PSTRB signal indicates which byte lanes to update during a write transfer.

it shows that the bus contain valid data, when PSTRB[3:0]=1111.

why we need bus instead of single bit PSTRB signal?

Parents
  • The APB protocol doesn't support unaligned addresses. The APB tries to be as simple as possible, so complex access types are pointless complication.

    So if you want to access an APB register, use a correctly aligned transfer (the alignment being defined by the width of the data bus implementation).

Reply
  • The APB protocol doesn't support unaligned addresses. The APB tries to be as simple as possible, so complex access types are pointless complication.

    So if you want to access an APB register, use a correctly aligned transfer (the alignment being defined by the width of the data bus implementation).

Children
No data