Is uint16_t and uint32_t interrupt safe in Cortex M architecture?
I am working on some embedded stuff and I had multiple interrupts possibly working on same data and so I was wondering if uint16_t and uint32_t data types are interrupt safe.If interrupt is working a uint16/32_t data and is halfway interrupted by ano...