Potential problems with memcpy() in ISR

aseris wrote on Monday, March 27, 2017:

Had issue memcpy crash like. The root cause was in incorrect pointer typecast in 3rd party open source code. The chain was: some uint16_t record in structure -> void * type pointer to this record - > uint32_t * type pointer to this record. In case of 32 bit architecture it causes strange behavior during built in memcpy.