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
could you tell me what these codes means exactly?
I just know "extern const uint8_t Sample16kHz_raw_start[]", but what "asm("_binary_Sample16kHz_raw_start")" means?
Hello,
could you tell me what these codes means exactly?
I just know "extern const uint8_t Sample16kHz_raw_start[]", but what "asm("_binary_Sample16kHz_raw_start")" means?
extern const uint8_t Sample16kHz_raw_start[] asm("_binary_Sample16kHz_raw_start");
extern const uint8_t Sample16kHz_raw_end[] asm("_binary_Sample16kHz_raw_end");
Thank you
The text was updated successfully, but these errors were encountered: