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

Is there a list of direct addressing in assembler ?

Hello,

Although I fear already knowing the answer to my question I'm asking anyway who knows may be someone will have a good answer

Is there a standardized list of addresses corresponding to all GPIO on boards ?

If so where there find , otherwise what is the best way to find it for you?

Regard,

Parents
  • > Is there a standardized list of addresses corresponding to all GPIO on boards ?


    Not really - different vendors tend to use different memory maps and different peripherals, although standard firmware libraries such as CMSIS can hide some of those differences.


    > otherwise what is the best way to find it for you?


    I'd start with the chip vendor's TRM for the specific device you are using,


    HTH,
    Pete

Reply
  • > Is there a standardized list of addresses corresponding to all GPIO on boards ?


    Not really - different vendors tend to use different memory maps and different peripherals, although standard firmware libraries such as CMSIS can hide some of those differences.


    > otherwise what is the best way to find it for you?


    I'd start with the chip vendor's TRM for the specific device you are using,


    HTH,
    Pete

Children