this build works at 9 GSPS DAC, 3 GSPS ADC, 750 MSPS IQ

This commit is contained in:
2025-04-25 06:26:07 -05:00
parent 729d034a13
commit 8a1a6ea770
30 changed files with 22794 additions and 22500 deletions

View File

@@ -115,6 +115,7 @@ void main_task( void *pvParameters ) {
while (1) {
toggleBit(0x40050008, 0); // Toggle LED
vTaskDelay(100);
}
}
@@ -133,7 +134,7 @@ int main(void) {
xTaskCreate( main_task,
( const char * ) "main",
0x10000,
0x20000,
NULL,
TASK_PRIORITY_MAIN,
NULL );