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

How hsel behaves in AHB?? Relation with HWRITE ,HWDATA,HRDATA

I wanted to know the relation b/w HWRITE and HSEL

Parents
  • Hi,

    HEL is the signal for a specified slave device by simply decoding the HADDR of the bus master.

    The specified slave can start response by catching "(HEL==1) & (HTRANS==NONSEQ)".

    The relationship with HWRITE, HWDATA or HRDATA depends on the HREADY(OUT) which is issuing by the slave. These will be the same times as the first HREADY(OUT).

    Best regards,

    Yasuhiko Koumoto.

Reply
  • Hi,

    HEL is the signal for a specified slave device by simply decoding the HADDR of the bus master.

    The specified slave can start response by catching "(HEL==1) & (HTRANS==NONSEQ)".

    The relationship with HWRITE, HWDATA or HRDATA depends on the HREADY(OUT) which is issuing by the slave. These will be the same times as the first HREADY(OUT).

    Best regards,

    Yasuhiko Koumoto.

Children
No data