引用: YHYDZ 发表于 2018-9-29 10:58
你好,保罗,
在蓝牙术语中,服务器是具有某种信息的设备(例如,在您的情况下,鼠标具有“按键”点击信息,因此它是服务器)。
- & gt;客户端是一种请求信息或你发送信息到它(在你的例子中,你将鼠标信息柏BLE设备和因此它是一个客户端)
嗨,Gyan,
谢谢你指出我的正确方向,这是令我困惑的术语(GATT,GAP,中央,外围,观察员等)。
如果找到北欧半导体术语的一个很好的解释:
HTTPS://DeZoNe.NordIMSI.COM/F/NODIC-Q-A/71/WIT-IS-A客户端和服务器端
我花了相当多的时间到Day20uBulyUART示例,但是由于这是在旧版本中创建的,所以我需要更新组件(我使用PSoC Creator 4.2),它首先需要被转换。这对于“UARTHI ToBuleCurrand”部分来说是很好的,但是对于“UARTHI ToBuffi外设”,它不能编译。
我已经检查并比较了PSoC Creator中的许多配置文件和设置,以及生成的输出文件,但我找不到根本原因。目录在那里,文件在那里,配置与“UARTHI ToBuffiCalm”相同。
我得到的错误:
ARM- NOE-EABI- GC.EXE:错误:…..…\\\文档 PSoC创建者 4.2下载(4.2).CYLBBLUV3V3L51库GCCSCyBuffStAcKyBulySoCuleApdio.A:没有这样的文件或目录
命令“ARME EABI GCC .exe”退出代码“1”失败。
但是该文件肯定是存在的,并且它试图从${PrutoDIr}返回的文件夹数量也是正确的。
虽然我可以用完整路径来手工编译(CLI),但是它生成了“UARTHYTHOBLULL Engult.ELF”文件,但是IDE不接收它。
我想知道在哪里可以找到${PrimeDIr}和其他IDE变量的定义(见下文)。
我被困在这一部分,失败的编译/链接,在ARM NOE-EABI GC.EXE的部分问题。
有什么主意吗?
干杯,
保罗
以上来自于百度翻译
以下为原文
Hi Gyan,
Thanks for pointing me out in the right Direction, it is the terminology that confuses me (GATT, GAP, Central, Peripheral, Observer, etc.).
If found a nice explanation about the terminology at Nordic Semiconductor:
https://devzone.nordicsemi.com/f/nordic-q-a/71/what-is-a-client-and-server-in-ble
I've spent quite some time to the Day20_BLE_UART example, but due to the fact that this is created in an older version I need to update the components (I'm using PSoC Creator 4.2) it first needs to be converted. This goes well for the "UART_to_BLE_central" part but for the "UART_to_BLE_peripheral" it fails to compile.
I've checked and compared many config files and settings in the PSoC Creator and also the generated output files but I'm not able to find the root cause. The Directory is there, the files are there and the config is identical of that of "UART_to_BLE_central".
The error I get:
arm-none-eabi-gcc.exe: error: ................DocumentsPSoC Creator4.2Downloads ( 4.2).cylibBLE_v3_51LibrarygccCyBLEStack_BLE_SOC_PERIPHERAL.a: No such file or directory
The command 'arm-none-eabi-gcc.exe' failed with exit code '1'.
But the file is definitely there, and the amount of folders that it tries to go back from the ${ProjectDir} is also correct.
Although I was able to compile by hand (cli) using full path's and then it generates the "UART_to_BLE_peripheral.elf" file, but the IDE doesn't pick it up.
I wonder where I can find the definitions of ${ProjectDir} and the other IDE variables (see below).
I got stuck at this part where it fails compiling/linking at the part where
arm-none-eabi-gcc.exe gave issues.
Any idea's here?
Cheers,
Paul
引用: YHYDZ 发表于 2018-9-29 10:58
你好,保罗,
在蓝牙术语中,服务器是具有某种信息的设备(例如,在您的情况下,鼠标具有“按键”点击信息,因此它是服务器)。
- & gt;客户端是一种请求信息或你发送信息到它(在你的例子中,你将鼠标信息柏BLE设备和因此它是一个客户端)
嗨,Gyan,
谢谢你指出我的正确方向,这是令我困惑的术语(GATT,GAP,中央,外围,观察员等)。
如果找到北欧半导体术语的一个很好的解释:
HTTPS://DeZoNe.NordIMSI.COM/F/NODIC-Q-A/71/WIT-IS-A客户端和服务器端
我花了相当多的时间到Day20uBulyUART示例,但是由于这是在旧版本中创建的,所以我需要更新组件(我使用PSoC Creator 4.2),它首先需要被转换。这对于“UARTHI ToBuleCurrand”部分来说是很好的,但是对于“UARTHI ToBuffi外设”,它不能编译。
我已经检查并比较了PSoC Creator中的许多配置文件和设置,以及生成的输出文件,但我找不到根本原因。目录在那里,文件在那里,配置与“UARTHI ToBuffiCalm”相同。
我得到的错误:
ARM- NOE-EABI- GC.EXE:错误:…..…\\\文档 PSoC创建者 4.2下载(4.2).CYLBBLUV3V3L51库GCCSCyBuffStAcKyBulySoCuleApdio.A:没有这样的文件或目录
命令“ARME EABI GCC .exe”退出代码“1”失败。
但是该文件肯定是存在的,并且它试图从${PrutoDIr}返回的文件夹数量也是正确的。
虽然我可以用完整路径来手工编译(CLI),但是它生成了“UARTHYTHOBLULL Engult.ELF”文件,但是IDE不接收它。
我想知道在哪里可以找到${PrimeDIr}和其他IDE变量的定义(见下文)。
我被困在这一部分,失败的编译/链接,在ARM NOE-EABI GC.EXE的部分问题。
有什么主意吗?
干杯,
保罗
以上来自于百度翻译
以下为原文
Hi Gyan,
Thanks for pointing me out in the right Direction, it is the terminology that confuses me (GATT, GAP, Central, Peripheral, Observer, etc.).
If found a nice explanation about the terminology at Nordic Semiconductor:
https://devzone.nordicsemi.com/f/nordic-q-a/71/what-is-a-client-and-server-in-ble
I've spent quite some time to the Day20_BLE_UART example, but due to the fact that this is created in an older version I need to update the components (I'm using PSoC Creator 4.2) it first needs to be converted. This goes well for the "UART_to_BLE_central" part but for the "UART_to_BLE_peripheral" it fails to compile.
I've checked and compared many config files and settings in the PSoC Creator and also the generated output files but I'm not able to find the root cause. The Directory is there, the files are there and the config is identical of that of "UART_to_BLE_central".
The error I get:
arm-none-eabi-gcc.exe: error: ................DocumentsPSoC Creator4.2Downloads ( 4.2).cylibBLE_v3_51LibrarygccCyBLEStack_BLE_SOC_PERIPHERAL.a: No such file or directory
The command 'arm-none-eabi-gcc.exe' failed with exit code '1'.
But the file is definitely there, and the amount of folders that it tries to go back from the ${ProjectDir} is also correct.
Although I was able to compile by hand (cli) using full path's and then it generates the "UART_to_BLE_peripheral.elf" file, but the IDE doesn't pick it up.
I wonder where I can find the definitions of ${ProjectDir} and the other IDE variables (see below).
I got stuck at this part where it fails compiling/linking at the part where
arm-none-eabi-gcc.exe gave issues.
Any idea's here?
Cheers,
Paul
举报