完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我的脚湿了。我正在使用新的DA芯片,所以我正在使用2.03B版本。我对旧的MLA TCPIP栈有一些经验,但是我对这个新的堆栈有一些问题。到目前为止,我有TCPIP工作,但是不知道如何添加图像。到目前为止,我使用MPFS.JAR创建MPFSIMIMG2.C文件并将其添加到我的项目中。然而,它告诉我,虽然我有司机-&NVM检查NVM媒体大小设置为32。任何想法或明显忽视基本项目?
以上来自于百度翻译 以下为原文 I am getting my feet wet with hARMony. I am using the new DA chip, so I am using the 2.03b version. I have a bit of experience with the old MLA tcpip stack, but I am having some issues with this new stack. So far, I have the tcpip working, but don't know how to add an image. So far, I have used mpfs.jar to create an mpfs_img2.c file and added it to my project. However it tells me ../src/mpfs_img2.c:46:118: error: 'DRV_NVM_MEDIA_SIZE' undeclared here (not in a function) Even though I have Drivers->NVM checked with NVM Media Size set to 32. Any ideas or obviously overlooked basic item? |
|
相关推荐
12个回答
|
|
好的,我看到初学者,我有错误的东西,并没有带来错误窗口前进。
以上来自于百度翻译 以下为原文 Ok, I see for starters that I had something that was erroring out and didn't bring the error window forward. |
|
|
|
不管怎样,我得到了它的编译,但它仍然适用于我404,所以我不知道下一步该怎么做。调试表明它可能与Sysffsx DISKGET返回一个无效磁盘有关。我在NVM驱动程序选项中检查了文件系统。
以上来自于百度翻译 以下为原文 Anyway, I got it to compile, but it still serves me 404's, so I'm not sure what to try next. Debugging would indicate it may have something to do with SYS_FS_DiskGet returning an Invalid Disk. I have Register with File System checked in the NVM driver options. |
|
|
|
嗨,有几个项目使用TCPIP和MPFs来协调PIC32 MZ EF,它可以很容易地移植到PIC32 MZ DA上。检查这些项目,您将看到配置和应用状态机:例如WiFiasEasyx配置或WebSyServer
以上来自于百度翻译 以下为原文 Hi, There are several projects which use TCPIP and MPFS in Harmony for PIC32MZ EF which can be easily ported to PIC32MZ DA. Check these projects and you'll see both the configuration and the application state machine : for example wifi_easy_configuration or web_server_nvm_mpfs Regards |
|
|
|
如何浏览配置选项?配置器不是一次只设置一个吗?我需要知道如何钓鱼,而不是给鱼演示项目。
以上来自于百度翻译 以下为原文 How do you browse the configuration options? Isn't the configurator set up for only one at a time? I need to know how to fish, not given the demo project fish. |
|
|
|
在许多情况下,演示项目鱼是你的最佳选择。在微芯片网站上有一些教程。但是安装两个版本的MPLABX并打开MHC项目是找到缺失的好方法。
以上来自于百度翻译 以下为原文 In a lot of cases the demo project fish is your best choice. There are some tutorials on the microchip web site. But installing two versions of MPLabX and opening both MHC projects is a good way to find what is missing. |
|
|
|
您的新网页名为“index .HTM”吗?这是MHC的默认值。
以上来自于百度翻译 以下为原文 Is your new web page named "index.htm"? That is the default in MHC. |
|
|
|
不,但我尝试了我所拥有的,我知道那不是交易。当我得到一个机会,我会拨开那些其他的配置。
以上来自于百度翻译 以下为原文 No, but I tried what I had, I know that isn't the deal. When I get a chance I'll poke around those other configurations. |
|
|
|
我四处捅捅,没有什么大的差别。那我该怎么开始帮忙呢?在TCPIP,NVM驱动程序都是一样的,除了IPv6在我的系统上是禁用的。因此,实验表明,“使用文件系统自动安装特征”= YES =击中一般异常处理程序。呃。尘埃落定的时候到了吗?
以上来自于百度翻译 以下为原文 I poked around, there is no significant difference. So how am I supposed to begin getting help here? Everything in TCPIP, NVM driver is the same except for IPV6 which is disabled on mine. Its obvious to me that I need to Mount the file system somewhere. So experimenting shows that "Use File System Auto Mount Feature" = yes = hitting the general exception handler. ugh. Is it time to dust off the MLA? |
|
|
|
人们应该如何知道和谐在哪里提供胶水和它不在哪里?演示应用程序在App.c中有文件系统init的东西,但我不清楚它是如何协同工作的。
以上来自于百度翻译 以下为原文 How is one supposed to know where harmony supplies the glue and where it doesnt? The demo app has file system init stuff in app.c , but it isnt clear to me how this works together. |
|
|
|
我得到它的工作…我知道的东西,这样做….. 1你必须安装文件系统不知何故。运行2的配置器可以删除MPFSIMIMG2.C从建设。我想知道的事情1 1什么类型的文件,我错过了,这会告诉我吗?
以上来自于百度翻译 以下为原文 I got it to work.. Things I know to get this working.. #1 You have to mount the file system somehow. #2 Running the configurator may remove mpfs_img2.c from the build. Things I'd like to know #1 What type of docs did I miss that would have told me this? |
|
|
|
嗨,对于使用库和API的方法来说,库的第四卷是开始的好地方。例如,关于文件系统,第1页(PDF翻页),它解释了包括安装文件系统2的各种步骤,对此我感到惊讶。您实际上是指当您重新生成项目时,该文件将从项目中移除????如果发生这种情况,你应该联系技术支持。我个人从来没有任何文件,我添加到一个和谐项目删除
以上来自于百度翻译 以下为原文 Hi, For the way to use library and API the volume IV of the library is the good place to start. #1 E.g. regarding FileSystem, start at page 6889 (pdf doumentation) it explains the various steps including mounting the filesystem #2 I am surprised by this. you actually mean that the file is removed from your project when you regenerate the project ??? if this happens, you should really contact technical support. I personally never had any file that I added to an Harmony project removed Regards |
|
|
|
至于2,我所知道的是它从一次工程中消失了,但是后来的再生让它独自一人。我想我有机会做一些左键点击上下文重指交易。
以上来自于百度翻译 以下为原文 As far as #2, all I know is that it disappeared from the project one time, but subsequent regenerations have left it alone. I suppose there is the off chance I did some left click context heavy fingered deal. |
|
|
|
只有小组成员才能发言,加入小组>>
5178 浏览 9 评论
2003 浏览 8 评论
1931 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3177 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2228 浏览 5 评论
737浏览 1评论
622浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
509浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
636浏览 0评论
533浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-26 17:20 , Processed in 1.662820 second(s), Total 101, Slave 83 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号