上板测试前必备检查清单
Error parsing MDX
[next-mdx-remote-client] error compiling MDX:
Expected a closing tag for `<br>` (22:50-22:54) before the end of `tableData`
20 | | ------------------ | -------------------------------------------------- | ----- | ----------------------------------- |
21 | | **引脚绑定正确** | 所有使用引脚已通过 Pin Assignment 绑定,与 PCB 原理图一致 | ⚠️ 高 | **重点核对**:时钟、复位、高速接口(如 DDR、SerDes) |
> 22 | | ==**未用 IO 安全配置**== | - 输入引脚:上拉/下拉(Pull-up/down)<br>- 输出引脚:高阻(Tri-state) | ⚠️ 中 | 防止悬空引脚引入噪声或造成短路 |
| ^
23 | | **电平标准匹配** | 每个 IO Bank 的 I/O Standard(如 LVCMOS 33、LVDS)与外设一致 | ⚠️ 高 | 不匹配可能导致**信号失真**或**芯片损坏** |
24 | | ==**VCCIO 供电正确**== | 对应 Bank 的 VCCIO 电压已在硬件上正确供电(如 3.3 V、1.8 V) | ⚠️ 极高 | **严禁**软件配置 3.3 V 而硬件接 1.8 V!可能烧毁 IO |
More information: https://mdxjs.com/docs/troubleshooting-mdx
🧑🔧 See how to debug and solve most common MDX errors