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
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ccppi/fft_led#3
No description provided.