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

LD Scripts is the best approach for BitBanding with GCC?

I have searched information on Bit-Banding in Cortex-M3 and M4 with the GNU GCC ARM EABI NONE, I have seen basic examples on the internet but none works with GNU GCC also seems that no intention to have such feature implemented.

Can someone tell me if the LD via memory remapping really work? the best approach?

What is the best way?

Parents
  • > none works with GNU GCC

    can you be more specific on how you tested this?

    I use bit banding for the peripheral memory range without problems, but by using direct access, without any expectations from the linker scripts.

Reply
  • > none works with GNU GCC

    can you be more specific on how you tested this?

    I use bit banding for the peripheral memory range without problems, but by using direct access, without any expectations from the linker scripts.

Children