slickedit + iar 开发stm8

用习惯了 eclipse的环境后,总是觉得 IAR的编辑弱爆了,一直想外挂一个编辑器上去。 看到 这个帖子以后,仿照步骤一步一步操作即可。 主要改动的地方为 环境变量, IAR_PATH_STM8。 但是 V19的 slickedit 配置工程模板有问题,不能保存,提示: Failed to ...

undefined reference to `__eewr_byte_m169p

今天在用codeblock打开几年前的avr工程,编译的时候,出错了,错误是 undefined reference to `eewr_byte_m169p。 经过1个小时的努力,终于找到问题所在了。 解释: As you see the EEPROM support has changed ...

mingw eclipse

首先去 上面的 download 去下载 looking for the latest version? Download mingw-get-setup.exe 然后安装,我安装在 d 盘 安装完成以后,使用 mingw-get 来图形化安装,我选择了全部安装。 安装完成以后,需要修改 W...

在gentoo上面使用eclipse 和 jlink gdb server 调试stm32

jlinkgdbserver设置 点击eclipse菜单run–>external tools→external tools configurations. 新建一个jlinkgdbserver location: /home/ptz/opt/jlink/JLink_Linux_V462...

eclipse stm32 jlinkflash烧写

参考rtthread的网上的配置 点击eclipse菜单run–>external tools→external tools configurations. 新建 jlinkflash location: /home/ptz/opt/jlink/JLink_Linux_V462a/JLi...