Forum Post: RE: DRV8312-69M-KIT: Instaspin - Motor parameters from lab02...
Hi Chris, thanks for the help, I have attatched the User.h file - (Please visit the site to view this file) Im using the files found on my C:\ti\ motorware...
View ArticleForum Post: RE: RTOS/TMS320F28379D: Regarding TCP/IP Stack and other...
Hi Ashuthosh, To add to what Todd Mentioned, Ethernet is available only in F28M35x C2000 devices, but it is accessible from Cortex M side . There is also a version of lwIP and PTPD stack running on...
View ArticleForum Post: RE: LAUNCHXL-F28379D: F28379D SPI and DMA
Hi Hosam, Just wanted to confirm, are you configuring the burst size as 16-FIFOLVL for transmitting? Regards, Veena
View ArticleForum Post: RE: MSP430F5438A: MSP Gang DLL LABWINDOWS CVI
Well thank you JD, but my problem is a different issue from the one mentioned there. I am using the files from DLL API folder and loaded them to Labwindows/CVI and then it shows this Undefined symbol...
View ArticleForum Post: RE: MSP430I2041: Value decoding in Single phase Energy Meter
Hello Sir, I am using the same software package from TI, EnergyMeasurementDesignCenter , and generated code from this. But power values and packet message both are not matching. Thanks and Regards,...
View ArticleForum Post: RE: MSP430-FLASHER: MSP430-FLASHER
Sir, I am using MSP430FR6989 LaunchPad and I don't have MSP430FR4133 board.But I am using a custom board with MSP430FR4133 chip on it and the reset line of the board have required resistor and...
View ArticleForum Post: RE: CCS/MSP430F5529: CCS/MSP430F5529
Hello Walther, The data I sent from my GUI over USB port is coming at P4.5(RX of MSP430EXPF5529), and I'm trying to read this data, and unable to read it. And when I connect P4.4 and P4.5 with USB2ANY...
View ArticleForum Post: RE: TMS320F28379D: Shadow update on either TBCTR = ZERO or TBTCTR...
Hi Devin, basically I often do not see correct values in the "Registers" window of the debugger. Even a refresh, or a continuous refresh of the registers window does not display the correct values. In...
View ArticleForum Post: RE: MSP430FR6047: Measurement time
Transducer section is same as on EVM. But I've tried same code on EVM and the measurement took nearly 1s. This is even worse than on our custom PCB. So it looks like software error. Still configuration...
View ArticleForum Post: RE: CCS/TMS320F28035: Error when printf used
Hi, You could allocate the .text, .esysmem, .econst sections to RAMN memories with larger sizes. The section to memory mapping is done as part of the linker command file. Additionally, you could use...
View ArticleForum Post: RE: CCS/TMS320F28069M: Undefined / Unresolved symbol first...
If I remove the two lones code the same error appears and I also get warnings that the functions are declared implicity: Struggling with this a time now so very thanksfull for any help. Thanks
View ArticleForum Post: RE: RTOS/EK-TM4C129EXL: RTOS/HTTP example with static ip
Many Thanks. Now both types of communication are working
View ArticleForum Post: RE: CCS/TMS320F28069: Software Synchronization ECAP peripherals...
Cody, Thank you for your quick answer. For your better understanding I attach the entire eCAP peripheral configuration. The ePWM module is not configured previously. I do not understand how to disable...
View ArticleForum Post: MSP430FR6047: What is the unit of the Y axis of ADC capture window?
Part Number: MSP430FR6047 Hello, The ADC capture window shows the ADC amplitude count. How is this ADC count calculated and is there a table which gives the relation between the set "gain value" the...
View ArticleForum Post: RE: CCS/TMS320F28335: Extreme jitter with CPU-Timer0 at 10 µs period
Hello Ken, thank you for your response. Based on your last answer, I tried to change the code placement, to use only CPU-timer-1. So all the code was running inside the CPU-timer 1, but there is no...
View ArticleForum Post: RE: CCS/MSP430F5529: CCS/MSP430F5529
Vinayak, if you want to use USB please use the USB developers package which has all STACKs prepared: Or even better use it out of the Resource Explorer in CCS there is a users guide and code examples:
View ArticleForum Post: RE: CCS/TMS570LC4357: SYSESR is not updated for power on and cpu...
Hello, I did some tests. In HL_system.c after "if ((SYS_EXCEPTION & (uint32)POWERON_RESET) != 0U) { " i put: systemREG1->ECPCNTL = 0x01800003; systemREG1->SYSPC1 = 0x01 ; Also in same file in...
View ArticleForum Post: RE: TMS320F28027: Error compiling __rpt_mov_imm(void * dst , int...
Hi George, Thanks for the reply, but unfortunately no, compiler does not generate the same intrinsic. I use opt level=5, and compiler generates for the for(i = 0; i 0) { var = 1; } else if(var < 0)...
View ArticleForum Post: INSTASPIN-BLDC: Where is some documentation?
Part Number: INSTASPIN-BLDC Hey there! I want to use the InstaSPIN_BLDC function to spin my BLDC motor. Now I am looking for some documentation how to use it. I just found the header file and the...
View ArticleForum Post: RE: TMS320F280049: Prevent short in T-Leg Inverter
Hi Nima, in the mean time i had a deeper look in to the registers: EPWM1_A is GPIO0 EPWM1_B is GPIO1 EPWM2_A is GPIO2 EPWM2_B is GPIO3 Can i use these as inputs for the x bar? pseudo code: // GPIO 1...
View Article