Skip to content
  • Sami Nurmenniemi's avatar
    Fix alignment errors on stm32/cortex-m3 · 4430eecb
    Sami Nurmenniemi authored
    - Don't pass structure to an arbitrary unaligned memory address
      and access it's members. Fill in the structyre and then memcpy
      it to the desired memory location.
    - Don't access unaligned array members with aligned casts
    4430eecb