Skip to main content
Visitor II
February 20, 2014
Question

E/H/L ockets of 24 bit address

  • February 20, 2014
  • 2 replies
  • 842 views
Posted on February 20, 2014 at 14:13

Hi all,

I cannot find what the meaning is of those E/H/L parts of the address! Nowhere in the datasheets are the abbreviations explained. I presume H and L are the High and Low ockets but what is E?

I don't understand why you want to put the high byte before the middle byte.

Can somebody clarify?

Regards.

An

#flash-programming-stm8s
    This topic has been closed for replies.

    2 replies

    Visitor II
    February 21, 2014
    Posted on February 21, 2014 at 18:15

    Hi!

    E stands for ''extended''; H stands for ''high'' and L stands for ''low''.

    If $123456 is an address, E = $12; H = $34 and L=$56.

    regards

    EtaPhi

    albert1Author
    Visitor II
    March 6, 2014
    Posted on March 06, 2014 at 11:23

    Thanks alot EtaPhi! :)