暂时屏蔽了fsmc两个诊断宏,便于调试;增加汇编代码,已经看到Tx0作为下行输出的波形了

This commit is contained in:
2025-02-09 20:08:14 +08:00
parent 6e72db048a
commit fd74e07123
4 changed files with 36 additions and 75 deletions

View File

@@ -117,7 +117,7 @@ void main()
tx_len = 32;
for (i = 0; i < tx_len / 4 - 1; i++)
for (i = 0; i < tx_len - 1; i++)
{
MST_TX_BUF[i] = i;
}