完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我使用MPLAB X IDE V.3.35和OrthyV1.81.当我将HTTP Server添加到项目中时,我得到了这些错误:如果我删除HTTP服务器,我可以构建这个项目……为什么我需要一个BSPLED?我怎么解决这个问题?我真的需要HTTP服务器从网站发送/拔出数据吗?此外,我是ECN28 J60的默认接口,因为我正在使用ECN28 J60CHIP。我使用的是PIC32 MX795F512L。
以上来自于百度翻译 以下为原文 I am using MPLAB X IDE v.3.35 and HARMony v1.8.1 When I add HTTP Server to the project I get these errors: n function 'TCPIP_HTTP_GetExecute': In file included from ../src/custom_http_app.c:39:0: system_config.h:443:25: error: 'BSP_LED_3' undeclared (first use in this function) #define APP_TCPIP_LED_3 BSP_LED_3 ^ custom_http_app.c:206:29: note: in expansion of macro 'APP_TCPIP_LED_3' BSP_LEDStateSet(APP_TCPIP_LED_3, (*ptr == '1')); ^ system_config.h:443:25: note: each undeclared identifier is reported only once for each function it appears in #define APP_TCPIP_LED_3 BSP_LED_3 ^ custom_http_app.c:206:29: note: in expansion of macro 'APP_TCPIP_LED_3' BSP_LEDStateSet(APP_TCPIP_LED_3, (*ptr == '1')); ^ system_config.h:442:25: error: 'BSP_LED_2' undeclared (first use in this function) #define APP_TCPIP_LED_2 BSP_LED_2 ^ custom_http_app.c:211:29: note: in expansion of macro 'APP_TCPIP_LED_2' BSP_LEDStateSet(APP_TCPIP_LED_2, (*ptr == '1')); ^ system_config/default/system_config.h:441:25: error: 'BSP_LED_1' undeclared (first use in this function) #define APP_TCPIP_LED_1 BSP_LED_1 ^ custom_http_app.c:234:31: note: in expansion of macro 'APP_TCPIP_LED_1' BSP_LEDToggle(APP_TCPIP_LED_1); ^ ... make[1]: *** [.build-conf] Error 2 make: *** [.build-impl] Error 2 BUILD FAILED (exit value 2, total time: 48s) if I remove the HTTP Server, I can build the project... why do I need a BSP_LED ? how can I fix this ? do I really need the HTTP Server to send/ pull data from a website ? also I am ECN28j60 for the Default Interface, because I am using the ECN28j60 chip. and I am using the PIC32MX795F512L. |
|
相关推荐
1个回答
|
|
您需要定义BSPYLED,因为Debug Web页面和函数在CudioHtppApp.cWork中与DeBoots上的LED(从Web页面上打开和关闭它们)一起工作。您不需要HTTP服务器与另一个HTTP服务器进行交互(例如进行GET或POST请求)。
以上来自于百度翻译 以下为原文 You need the BSP_LED defined because the default web pages and functions in custom_http_app.c works with the leds on the devboards (turning them on and off from a web page). You don't need the HTTP Server to interact with another HTTP server (for example doing GET or POST requests). /Ruben |
|
|
|
只有小组成员才能发言,加入小组>>
5238 浏览 9 评论
2028 浏览 8 评论
1950 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3204 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2253 浏览 5 评论
776浏览 1评论
665浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
594浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
675浏览 0评论
575浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-22 22:37 , Processed in 1.059969 second(s), Total 77, Slave 60 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号