这两天在 研究8051,自己写了个很简单的c,通过keil 生成了hex文件。<br />其他按照实验书上的步骤一步步做的,可是在编译的时候总是出现错误:<br /><br />Error: Number of IO (W/ clocks) modules (236) exceeds the <br /><br />limit (119) of the selected device.<br /><br />The Compile command failed ( 00:00:08 )<br /> <br />我查看了综合生成的报告,发现IO使用情况为:<br /> IO Cell usage:<br /> cell count<br /> CLKBUF 2<br /> INBUF 98<br /> OUTBUF 136<br /> -----<br /> TOTAL 236<br /><br /><br />Core Cells : 5222 of 613824 (1%)<br />IO Cells : 236 of 172 (137%)<br /> <br />怎么会有这么多的IO被占用,想问下版主这会是哪里的问题呢? |
|