You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ROM provides versions of memcpy, memmove, and other standard C lib routines. Verify their functionality and then remove the copies present in the libc.a library to save program space.
Note that these libc.a versions are not stored in IRAM presently, so it is technically illegal to call them from an interrupt routine. The ROM versions have no such problem.