Ignore:
Timestamp:
Jan 15, 2025, 4:04:20 PM (12 hours ago)
Author:
Zed
Message:

USART3 TX DMA is working.

Location:
ctrl/firmware/Main/SES/Core
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • ctrl/firmware/Main/SES/Core/Src/keys_thread.cpp

    r63 r64  
    3636                //HAL_GPIO_WritePin(RX2_LED_GPIO_Port, RX2_LED_Pin, GPIO_PIN_SET);
    3737
    38                 printThreadStackInfo(TAG);
     38                //printThreadStackInfo(TAG);
    3939        }
    4040}
  • ctrl/firmware/Main/SES/Core/Src/main_thread.cpp

    r63 r64  
    7070                tx_thread_sleep(delay_ms);
    7171
    72                 printThreadStackInfo(TAG);
     72                //printThreadStackInfo(TAG);
    7373        }
    7474}
Note: See TracChangeset for help on using the changeset viewer.