完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,那里
我用CY8C24466作为MEMS传感器的MCU。我需要根据模拟输入获得E2PROM的输出,这是用E2PROM检索数据的索引。在此之前,首先需要在文本文件中校准超过1000的数据以写入E2PROM。但我不知道该怎么做? 我已经研究了相关文件到E2PROM,AN2015。它使用一个数组来存储写入E2PROM的数据。然而,当要写入大量数据时,这是不实际的。 有没有人知道其他方法将校准数据下载到E2PROM中? 期待您的回复! 陆 以上来自于百度翻译 以下为原文 hi, there I am using CY8C29466 as the mcu of a mems sensor. I need to get the output from the e2prom according to the analog input, which is as used an index to search the data in e2prom. Before this , the calibrated data more than 1000 in a text file is needed to write into the e2prom first. But I don't konw how to do this? I have researched the related file to e2prom, AN2015. It uses an an array to store the data written into the e2prom. However, this is not practical when there is a lot of data to be written. Does anyone konw any other method to download the calibrated data into e2prom? Looking forward to your reply! LU |
|
相关推荐
10个回答
|
|
您可以使用CY8C9466的UART通过USB UART连接从PC接收文本文件。
使用流量控制来获得符合64字节的校准数据。现在为这个64字节块做一个Flash写。(Flash的块大小为64字节) 获取下一个64字节等,直到没有更多的校准数据。 以上来自于百度翻译 以下为原文 You can use the UART of CY8C29466 to receive the text file from a PC through a USB UART connection. Use flow control to get as much calibration data which will fit 64 bytes. Now do a flash write for this 64 bytes block. (The block size of flash is 64 bytes) Get the next 64 bytes and so on till there is no more calibration data. |
|
|
|
clslda 发表于 2018-12-3 06:33 谢谢,Samp! 但是在CY8C9466中没有USB UART。 取而代之的是UART。我还能用你建议的方法吗? 顺便问一下,你知道“仿真串行接口(COMN)”还是“PSoC程序员COM”? 当做! 陆 以上来自于百度翻译 以下为原文 Thanks, Samp! But there is no USB UART in the CY8C29466. Instead, there is UART. Can I still use the method you suggested? By the way, do you know about 'emulated serial interface (COMn:)' or 'The PSoC Programmer COM' ? Regards! Lu |
|
|
|
clslda 发表于 2018-12-3 06:33 对不起,我误解了你的第一句话! 我会尝试一下UART方法。 以上来自于百度翻译 以下为原文 Sorry, I misunderstood your first sentence! I will have a try of the UART method. |
|
|
|
在你建议的方法中,用什么软件从PC发送文本文件? 以上来自于百度翻译 以下为原文 In the method you suggested, what is the software to be used to send the text file from a PC? |
|
|
|
clslda 发表于 2018-12-3 06:33 在你建议的方法中,用什么软件从PC发送文本文件? 以上来自于百度翻译 以下为原文 In the method you suggested, what is the software to be used to send the text file from a PC? |
|
|
|
您可以按照这个链接解释如何使用超终端在Windows PC上通过UART或UB-UART发送文本文件。如果您进行谷歌搜索,您也可以找到许多其他链接。 请参阅XON/XOFF流量控制的这个链接。 以上来自于百度翻译 以下为原文 You can follow this linkwhich explains how you can use Hyperterminal to send a text file over UART or USB-UART on a Windows PC. If you do a Google search, you can find many other links too. See this linkfor Xon/Xoff flow control. |
|
|
|
clslda 发表于 2018-12-3 07:28 谢谢您! 希望我能得到它的工作! 以上来自于百度翻译 以下为原文 thank you! Hopefully I will get it work! |
|
|
|
clslda 发表于 2018-12-3 07:28 嗨,samp 我查过了你推荐的文件。我有一些问题。 在如何使用超终端在Windows PC上通过UART发送文本文件的链接中,在第十二步骤中, 12。在“发送文本文件”窗口中,双击您的“文本文件”的位置,该文本文件先前被配置并保存,其中包含您正在编写的调制解调器的编程命令。 在“文本文件”中,“你正在编程的调制解调器的编程命令”是什么? 你能给我一个“文本文件”的例子吗? 当做 许 以上来自于百度翻译 以下为原文 hi,samp I have looked through the file you recommended. I have some questions. In the link for how to use Hyperterminal to send a text file over UART on a Windows PC, in the 12th step, '12. In the "Send Text File" window, scroll by double clicking your way to the location of the "text file" that was previously configured and saved that contains the programming commands for the modem you are programming.' what is' the programming commands for the modem you are programming' in the "text file" ? Could you please give me an example of the "text file" ? Regards Xu |
|
|
|
60user86 发表于 2018-12-3 07:53 您可以在其他论坛上发布关于这个主题的超级终端的问题。我本人不是超级终端专家。 对于文本文件,可以在文件中输入校准数据,一行数据单元一行。我不确定你的校准数据,但它可以是这样的: 0 4 100 105 200 207 255 260 等等。 谢谢,sampath 以上来自于百度翻译 以下为原文 You can post your questions on Hyperterminal in other forums that cover this topic. I myself am not an expert on Hyperterminal. Regarding the text file, you can enter the calibration data in the file, one data unit for one line. I am not sure about your calibration data, but it can be something like this: 0 4 100 105 200 207 255 260 and so on. Thanks, sampath |
|
|
|
clslda 发表于 2018-12-3 07:59 谢谢你,samp 以上来自于百度翻译 以下为原文 thank you, samp |
|
|
|
只有小组成员才能发言,加入小组>>
754个成员聚集在这个小组
加入小组2106 浏览 1 评论
1853 浏览 1 评论
3671 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1786 浏览 6 评论
1536 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
572浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
424浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
438浏览 2评论
386浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
916浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-24 22:18 , Processed in 1.236728 second(s), Total 94, Slave 78 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号