刚用stm8s003k3做的项目,发现flash不够用。
打算切换到封装一致但FLASH大的的stm8s105k4上来,把板上的片子换成stm8s105k4后。
可以编译通过,但加载时提示“Failed to set configuration with MCU name STM8S105K4: SWIM error [30006]: Comm init error: chip does not answer。
我已经改了stm8s.中#define STM8S105,同时IAR-General Options-Device也改为STM8S105。 |