没有CMSIS Pack的Eclipse上的Cortex

时间:2018-11-12 10:36:54

标签: eclipse arm gnu

我已经下载了最新版本的Eclipse,ARM构建工具。但是我的ARM供应商详细信息不在CMSIS包中。我正在使用Cortex M4,代码已成功编译。链接器文件由供应商提供。

The issue I am facing are:
1) The DEVICE field in Project/Properties/C C++ Build/Settings is empty. 
      - What need to be done to get the device details.
      - Only Vendor can fill up this part or programmer can do it

2) Which debugging part should I use?
      - GDB Hardware debugging
      - GDB open ocd debugging
      - GDB J-Link debugging

代码已成功编译,但是我无法对板进行编程/调试。

大多数教程都基于STM32。 但是由于我的ARM供应商没有CMSIS PACK,在这种情况下需要做什么?

0 个答案:

没有答案