Hi all,
我的目标是让外部接近报告应用程序(projects\host_apps\da1458x\proximity\reporter)的主机应用程序在MSP430上运行。
为了实现这一点,我正在尝试将项目“移植”到Code Composer Studio (CCS)。我最初的想法是在CCS中创建一个干净的项目,添加Keil项目的源文件和头文件,并替换特定于设备的驱动程序(如SPI)。我的问题是我无法让项目运行,因为CCS无法访问DA14580 SDK。(app.c, app_task.c, ble_msg.c, ....所有文件都来自SDK。)项目需要访问SDK是否正确?我该怎么做呢?
I imagine I am not the first one trying to get the proximity reporter running on an MSP430. Is there a how-to guide for that problem? I tried to work with UM-B-010 and UM-B-013, but I didn't find them very useful, since they're just explaining the scenario in which the host application runs on a DA1458x.
Any help is appreciated!