this build works at 9 GSPS DAC, 3 GSPS ADC, 750 MSPS IQ
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user