最近在做一个用LV控制TOE8815的程序,总是出现程序调用时间长的现象(程序占用内存越多调用延时越大)。有没有大神有这方面的经验分享一下啊!?
2015-03-13 14:09
求大神指导!!!我要做的labview程序 , 来控制TOE电源的电压输出波形。求高手给指点下!!!!!
2013-05-15 17:55
:“Translate”.ERROR:ProjectMgmt:387 - TOE:ITclInterp :: ExecuteCmd给出了Tcl结果'无效命令名“0”'。Tcl_ErrnoId:未知
2019-09-02 10:24
)、TACS(片选下降到数据输出有效时间)、TOE(读信号下降到数据输出有效时间)等,使用测试系统为器件施加适当的控制激励,完成SRAM的时序配合,从而达到器件性能的测试要求。
2019-07-23 08:26
嵌入式远程控制器的硬件电路是由哪些部分组成的?怎样去设计嵌入式远程控制器的软件部分?
2021-06-04 06:08
谁能给我指出正确的方向?如何使用/配置另一个IDE来开发C代码?NETBeBes中的一些东西只是…由于某些原因,难以置信地难以实现。例如:我的窗口分成5个部分——3个文件、项目结构、输出/调试。试图调整这些部分,我必须是直线上的分离线像素-一个像素左/右,它不起作用。每次我试图调整大小时,我点击它,拉,这个东西移动几个像素,然后光标改变,我不再抓线了!为什么他们不能做5或10像素厚的线,所以你可以在不挣扎15秒的情况下抓取?为什么不拆线呢?我必须点击,拉,失去我的抓地力后,几个像素,重新找到线,重新点击和游泳池再次。像这样的小事让我发疯!不管怎样,现在我正在使用VisualStudio进行编辑,转到MPLABX,重新加载文件,编译…谁有其他的想法,如何使这一经验更好?甚至Atmel Studio也比这个更好。如果Microchip打算使用Atmel Studio来生产他们的产品,有什么想法?现在可以这样做了吗?对不起,如果我张贴在错误的论坛。
2019-10-24 12:05
从哪几方面去分析CAP消息?一方面描述如何根据协议标准中规定的协议消息结构进行解码另一方面结合实际情况探讨CAP消息的统计及呼叫数据记录合成等功能
2021-04-09 07:03
如何设计具备更强功能和更低功耗的片上系统?怎么实现多端口1Gbps和10Gbps TCP/iSCSI协议处理任务?
2021-05-07 07:07
你好,我有一个PSoC 5的设计,用于监控电路板电源电压水平。我们有大约10个电源,其中9个正在读取确切的电压,但我有一个问题是3.3V的阅读,这是连接到PSoClinux使用分压电阻网络(50K+50K)。当我测量一个吸尘器上的电压时,我读到1.65 V,这是可以的,因为1.65×2=3.3V。但是SoC报告了更高的电压,大约3.45伏。我已经把一个示波器连接到模拟输入上,看到标称为1.65 V以上,在大约500赫兹的频率下,只有在电压分配器之后出现的一个小的重复斜坡,并且不在电源输出端。这个斜坡解释了PSoC在平均后报告更高电压的原因。为了确保干扰与SOC相关,IE编译了一个版本,将这个感测信号与功率监视器断开,实际上干扰消失了。我的理论是,我看到的斜坡是因为内部的A/D在我的其他输入之间,而副电容是“记住”旧电压,然后采样一个更高的电压(因为我的感应线通过50K电阻连接,电流不足以使过渡。透明的)。我试图找到一个修复,而不改变电压DEVIDER到较低的电阻值,我想使采样率慢得多,所以电压可以稳定之前,samplingis作出,但我不能找到这个配置GUI上的选择。有什么想法吗?谢谢! 以上来自于百度翻译 以下为原文Hi , I have a design with the PSOC 5 , that is used to monitor the board power supply voltage levels. we have about 10 power supplies ,9 of them are reading the exact voltage but i have an issue with the 3.3V reading that is connected to the PSOC using a voltage divider resistor network ( 50K + 50K ) . when i measure the voltage on the PSOC using a fluke i read ~1.65V which is OK since 1.65*2=3.3V . but the SOC reports a higher voltage , around 3.45V. I have connected an osciloscope to the analog input and saw that above the nominal 1.65V , at a frequency of about 500hz there is a small repetitive ramp in the voltage that appear only after the voltage divider and is not seenat the power supply output. this ramp explains why the psoc reports a higher voltage after averaging to make sure that the interference is related to the SOC , ive compiled a version disconnecting this sense signal from the power monitor and indeed the interference disappeared. My theory is that the ramp i saw is caused because the internal A/D is muxed between my other inputs and the parazitic capacitance "Remembers" the old voltage and then samples a higher voltage ( since my sense line is connected through 50K resistor , the current is not sufficient to make the transition transparent ) . I am trying to find a fix without changing the voltage devider to lower resistive values , i was thinking to make the sample rate much slower so the voltage can be stable before the sampling is made but i cant find this option on the configuration GUI . Any Ideas? Thanks!
2019-07-02 14:09
大家好, 我使用MC workbench生成头文件,然后将它们复制到sys_drive_param文件夹中。然后当我在项目文件夹中打开工作区时。它只包含STM32F30x_userpoeject,但根据um1054手册,还应该有STM32F30x_MCLibrary,我可以编译代码而无需添加STM32F30x_MCLibrary,并且批量构建是Web发布库所必需的。 请指导我..谢谢 #stm32f100x-FOC-LIV-V4错误以上来自于谷歌翻译以下为原文 hello every body, i generated header files using MC workbench, and then copy them into sys_drive_param folder. then when i open workspace in project folder. it contains only STM32F30x_userpoeject, but according to the um1054 mannual , there should also be STM32F30x_MCLibrary,can i compile the code without adding STM32F30x_MCLibrary, and batch build is necessary for web distribution lib.? please guide me.. thanks #stm32f100x-foc-liv-v4-error
2018-11-23 10:42