FTP可以连接成功

This commit is contained in:
2026-07-21 22:42:39 +08:00
parent 75cf4c9fbf
commit 46a74f24f3
6 changed files with 298 additions and 41 deletions

View File

@@ -220,6 +220,8 @@ HAL_Init() → SystemClock_Config() → MX_GPIO_Init() → MX_USART1_UART_Init()
- **Trap 06** TCP KeepAlive 参数非 500ms 倍数
- **Trap 07** TCP 关闭误用 disconnect 导致 FIN_WAIT_2
- **Trap 08** RECV 中断电平触发无限循环
- **Trap 09** PHY link up 后立即 open_socket 失败(需启动延时 + 重试兜底)
- **Trap 10** 消息队列值拷贝导致结果回传丢失(改用 xTaskNotify 通知值)
当前已记录陷阱GD5F2GQ5UE
- **Trap 01** 块擦除地址错误(`byte_addr → page_addr`),导致先前所有实验结论无效。详见 `docs/GD5F2GQ5UE_Trap_Records.md`