• C/C++ atomic operation on ARM9 and ARM Cortex-M4

    I have a question about C/C++ atomic operation on ARM9 and ARM Cortex-M4. I am using ARMCC compiler with C / C++ languages. It interests me if it is possible that an interrupt will be handled in the middle of operations:

    • Read 8-bit character form structure…