not install on my Win 7/64 machine.xsetup or install exe appeared to start but exited with no splash screen etc.Tried 2014.2, worked like a charm.
2018-12-12 10:50
and the switch to sensorless mode. Everything worked like a charm until i atted some functions using DMA (one
2019-06-26 12:11
我仍然无法理解为什么用于USB编程电缆的Linux驱动程序不仅仅是开箱即用的。我从Xilinx答复记录22648下载了install_drivers.tar.gz并运行了./install_drivers我现在得到以下错误 - >检查linux内核版本... hello.c:1:致命错误:linux / utsrelease.h:没有这样的文件或目录以上来自于谷歌翻译以下为原文I still cannot understand why the Linux driver for USB programming cable does not just work out of the box. I downloaded install_drivers.tar.gz from the Xilinx Answer Record 22648 and ran ./install_drivers I now get the following error-> checking linux kernel version... hello.c:1: fatal error: linux/utsrelease.h: No such file or directory
2018-11-30 11:08
使用PIC24FJ256GB106XC161.31注意到下面的代码只在选择0到15之间时才工作,在费力地钻研汇编程序输出之前,我认为下面的快速修改将做出如下选择:UIT88TWDTEMP和DWMMUMASK都是UIT32在调试器中注意到的第二个帖子是,当ByBoice选择=16;DWTEMP= 0xFFFF 80SO 1 & lt;lt;16==0xFFFF 8000。???给出什么 以上来自于百度翻译 以下为原文 using a pic24fj256gb106xc16 1.31 noticed that the following code appeared to only work when bySelection is between 0 and 15if(((ptrMenu->dwMenuMask) & (1
2019-03-06 09:28
我的大多数项目都是用C语言开发的,但对于某些项目,我仍然使用优秀的老汇编程序(PIC18F)。当我回到汇编程序时,我真正想念的第一件事是导航窗口。Q>;为什么没有为汇编程序项目填充导航窗口?如果只有一个基本概述的标签,你就可以点击/跳到他们。这将是伟大的…还是我错过了什么? 以上来自于百度翻译 以下为原文 Most of my projects I develop in C but for some I still use good old assembler (PIC18F).When I switch back to assembler the first thing that I really miss is the navigator window. Q> Why is that navigator window not populated for assembler projects? If only there would be a basic overview of the Labels and you would be able to click / jump to them. That would be great ... or am I missing something?
2019-07-19 09:27
嘿大家, 我使用6470附加到STM32F0-Discovery,基本上工作正常。唯一的事情是,当加速和减速时,步进器在整个地方都在摇晃,甚至在一定时间内失步。在查看dspin_getStatus()响应时,我看到SCK_MOD位被引发,表明器件处于步进时钟模式,尽管我在init例程中设置了1/128微步进模式。我让电机以一定的速度运行并且每2秒改变一次方向,就像测试序列一样。我使用dspin_run()命令。 为什么我不能退出step_clock模式?使用移动或运行命令时,这不应该自动完成吗? 我之前使用过另一台L6470,我没有遇到这些问题。 任何评论都非常感谢。 斯特凡#dspin#l6470以上来自于谷歌翻译以下为原文 Hey everyone, I am using a 6470 attached to the STM32F0-Discovery which basically works fine. THe only thing is, that when accelerating and decelerating the stepper is shaking all over the place, even losing steps during a certain period. When looking at the dspin_getStatus() response I see SCK_MOD bit raised, indicating that the device is in step-clock mode though I have set 1/128 microstepping mode in my init routine. I let the motor run at a certain speed and change direction every 2 seconds, just as a test sequence. I use dspin_run() command for this. Why can't I get out of step_clock mode? Shouldn't this be done automatically when using a move or run command? I used another L6470 earlier, where I did not have these issues. Any comment is highly appreciated. Stefan#dspin #l6470
2018-11-01 14:23
大家好,我想建立一个安装有两个PIC32为基础的板(PIC32 MZ2048 FH064作为接口板和PIC32 MK1024GPE作为PWM发生器)。我想用I2C作为威刚交换总线(将参数写入SLAB板并读取它的状态)。主部分看起来很好,但是从不能到达回调函数。只有当我启用一般的调用地址时,它才能到达它,但是它开始对任何地址(不仅是0x00)作出反应,而且它总是“读取”请求(事件=DRVIII2CYBuffrSyavaveRead请求),即使我发送了0B90000,这肯定是“写入”。基本上,任何地址都给出相同的结果。错了吗?这里是从属板回调代码:ValueGeTimePrimeSules({)TestLead(1);} StEnStAtSub(){TestAppI2I2CySLaveEy回调(DrvII2CYBuffryEngEvin事件,DRVIII2CYBuffr句柄Buffer-Hug,UntPrTrt上下文){if(事件=DRVIII2CYBuffrSyavaveRead请求){/ /查询通道GETPARA状态如果(事件==DRVIII2CYBuffrSyavaveWrreWestEnter请求){//SET参数sEntAsStUnEs();}和和声配置也附上。使用的软件:MPLABX V4.01和声2.04xC32 1.44。 以上来自于百度翻译 以下为原文 Hello everyone, I'm trying to build a setup with two PIC32 based boards (PIC32MZ2048FH064 as Interface board and PIC32MK1024GPE as PWM generator). I would like to use I2C as a data exchange bus (to write parameters to the slave board and to read it's status).Master part looks fine, but slave can't get to the callback function. I can reach it only when I enable General Call Address, but it starts to react on any address (not only 0x00), and it's always "read" request (event == DRV_I2C_BUFFER_SLAVE_READ_REQUESTED), even if I send 0b00000000, which is definitely "write".Basically, any address giving the same result.What can be wrong? Here is slave board callback code:void getParameters(){testLed(1); }void sendStatus(){testLed(-1);}void APP_I2C_Slave_Callback(DRV_I2C_BUFFER_EVENT event, DRV_I2C_BUFFER_HANDLE bufferHandle, uintptr_t context){if(event == DRV_I2C_BUFFER_SLAVE_READ_REQUESTED){ // Query status of channels getParameters();} if(event == DRV_I2C_BUFFER_SLAVE_WRITE_REQUESTED){ // Set parameters sendStatus();}}And Harmony config is also attached. Software used:MPLABX v4.01Harmony 2.04XC32 1.44 Attached Image(s)
2018-09-06 16:13
HI论坛,这是连接到另一个线程“8位RGB显示器”,但有点专门的子问题。至于为什么,这里要做什么:在Harmony的LowCostControllerless图形驱动程序(LCC)初始化过程中,1)RAM被分配为帧缓冲器2)EBI被初始化以将像素数据呈现给输出引脚3)DMA被初始化以将帧缓冲器数据移动到EBI。2)这里。我需要EBI输出每个像素时钟8位。在LCC初始化期间,协调会产生这个值:PMP_DATA_LENGTH=PMP_DATA_SIZE_8_BITS,它又被定义为0x0。将PLIB_PMP_DataSizeSelect()的参数2设置为零是否会导致在适当的引脚EBID[0]处呈现一个字节。7? 以上来自于百度翻译 以下为原文 Hi forum,this is connected to the other thread "8-Bit RGB Display" http://www.microchip.com/forums/m952975.aspx but a somewhat specialized sub-issue thereof. So as for the Why go there, the What do here:In the course of Harmony's LowCostControllerless graphics driver (LCC) Initialization,1) RAM is allocated as frame buffer2) EBI is initialized to present pixel data to output pins3) DMA is initialized to move frame buffer data to the EBI.I'm focussing on 2) here.I need EBI to output 8 bits per pixel clock.Harmony generates this during LCC initialization:PLIB_PMP_DataSizeSelect(0, PMP_DATA_LENGTH);PMP_DATA_LENGTH = PMP_DATA_SIZE_8_BITS which in turn is defined to be 0x0.Does setting argument 2 of PLIB_PMP_DataSizeSelect() to zero cause one byte to be presented at the appropriate pins EBID[0..7]?
2019-06-25 10:17
因此,PICTIT3被卡住下载RS。…给我的是,我一直在这个程序员2-3年,不是最可靠的,而是足够的。我正在尝试为一个成熟的项目编程一个新的引导加载程序,它不会通过下载RS。…? 以上来自于百度翻译 以下为原文 So, the Pickit3 is stuck downloading the RS . . .What gives, I have been with this programmer 2-3 years not the most reliable but adequate. I am trying to program a new bootloader to a mature project and it wont get past Downloading RS . . . ?
2019-02-21 15:16
嗨,大家好,利用PSoC单片机,得到了用于计算一些统计参数的长码。为了保留精度,我尝试使用XBee通过UART接口打印结果。但是,PSoC不向XBee打印任何浮动或双字符。因为这是一个很长的代码,我只会提取可能引起问题的部分。事业单位包括:包括:包括:包括:数学包括数学。……许多其他的代码……char数据器〔50〕={’0’};In16阵列ADC2〔8192〕//ADC通道/ / ..............其他代码包括ADC ............./平均值(i=0;i,lt;8192;i++)平均+=((双)Rayay-ADC2)/ 8192;SaMPTF(DataBuffer,平均值:%f\r\n),平均值;UARTH字符串(DataBuffer);================================================================================然而,一个UART接口,它本身”的意思是:“没有打印出双类型变量。我试图用打印int它实际上也许有一些配置/编码,我错过了吗?非常感谢。 以上来自于百度翻译 以下为原文Hi all, I got a long codes which used to calculate some statistical parameters using PSoC MCU. To reserve precision, I tried to print the result using XBee through an UART interface. However, the PSoC doesn't print any floating or double character to the XBee. Since it is quite a long code, I will only extract the part which might cause the problem.================================================================================ #include #include #include #include #include //..............Many other codes............. char DataBuffer[50] = {'\0'}; int16 array_ADC2[8192]; //Channel for ADC//..............Many other codes including ADC............. //Meanfor(i=0; i
2019-02-21 14:24