stable samplerate #3

Closed
opened 2024-03-14 21:44:38 +00:00 by ccppi · 1 comment
Owner

fix while(mseg)

Disable gcc optimication which removes empty loops.
or maybe _NOP

fix while(mseg) Disable gcc optimication which removes empty loops. or maybe _NOP
Author
Owner

use asm("") in loop as workaround
change optimization to atlest O1, because delay functions do not work for some reason without optimization.

use asm("") in loop as workaround change optimization to atlest O1, because delay functions do not work for some reason without optimization.
ccppi closed this issue 2024-03-27 10:09:25 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ccppi/fft_led#3
No description provided.