我已经下载了最新版本的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,在这种情况下需要做什么?