Forum Post: "FMC - uncorrectable error: bus1 and bus2 interfaces " error...
Hi , I am using TMS570ls0332 in our Project . As soon as the Power on is done "FMC - uncorrectable error: bus1 and bus2 interfaces " error occurs in the system. Below is the value of registers. ESMSR3...
View ArticleForum Post: RE: interupts
Hi Waseem, The 'SysCtrl and Interrupts' user guide has all the details and functionality of interrupts. Please go through the same. Regards, Gautam
View ArticleForum Post: RE: Problem - Write Information Memory - Segment C - MSP430F2232
[quote user="Laurent FUZIER"]Cpt is initialized to '12' before WriteDataFlash() is called. [/quote] And inside WriteDataFlash() you have: if(cpt & 0x7F) cpt = 0; else cpt++; test_flash = cpt; Hence...
View ArticleForum Post: RE: MSP-EXP430F5529LP BSL and Emulator not recognized by Windows10
Hello Francisco, I am not able to view the images you attempted to upload, can you please try re-posting them? We have seen similar issues like yours in the past: e2e.ti.com/.../462764 Can you try...
View ArticleForum Post: RE: how set open torgue control in lab4
Hi, Lab4 already provides iq_ref and id_ref as user inputs to (2) PI regulators. You can directly control iq from this configuration. Referring to the system block diagram from figure 15, what changes...
View ArticleForum Post: RE: MSP430F5529 Launchpad hangs on Run attempt
Hey Justin, Sorry to hear about your troubles with the MSP-EXP430F5529LP , we have seen similar issues like yours in the past involving Windows 10: e2e.ti.com/.../462764 Can you try downloading the...
View ArticleForum Post: RE: Problem - Write Information Memory - Segment C - MSP430F2232
Sorry for the mistake. It's due to a lot of try. But it's not the problem. For example, I've tried with : if(cpt & 0x40) cpt = 0; else cpt++; test_flash = cpt; For example, I've tried with : if(cpt...
View ArticleForum Post: RE: Can the TMDSHVMTRINSPIN be used with a 400 Hz supply?
Hi Dave, The rectifier was designed with the primary intention of being used with a wall outlet, but there should be no issue with the AC input having a frequency of 400Hz. You can review the HW specs...
View ArticleForum Post: RE: SpinTAC ACT Configuration Problem
Moham, What is the value assigned to NUM_Ev_ACTS? Are you manually assigning values to your variables from either the proj06c.c file or the watch window? Due to the number of conditional transitions in...
View ArticleForum Post: RE: LVSERVOMTR position control
Ziv, The hall sensor connector is the one you described. If the motor is not connected to anything, and your current limit is enough to overcome the static friction of the motor the only impact on...
View ArticleForum Post: RE: MSP430F5438A Oscillator(32.768KHz ) problem
Have you tried switching out crystals on the failing boards, and do they work afterwards? What if you changed the MSP430? Your load cap value is accounting for a large amount of stray capacitance, you...
View ArticleForum Post: RE: interupts
Hi Waseem, I would also recommend the 2808 workshop student guide as a good reference: software-dl.ti.com/.../C28x Workshop.pdf Jeff Did a reply answer your question? If yes, please click the "Verify...
View ArticleForum Post: msp432 external JTAG right part number
hi, we are have a native MSP432 board developed and looking for any external programmer to work with CCS, could you guide me the right part. from online I could see this , but would like to know it...
View ArticleForum Post: TM4C1294NCPDT QEI Help
hi 1. I want to use the QEI in TM4c1294ncpdt launchpad, I wrote a code based on tivaware , but it looks like i did some mistakes in the code. please help me to configure it correctly. 2. What to do...
View ArticleForum Post: Help finding a controller
dear e2e , we are looking for a controller with 4 uart , 2 spi , 2 usb2.0 , gpio pins more than 120 pins and program memory more than 1mb. can you tell a controller name have the above specification.
View ArticleForum Post: RE: MSP430 UART overrun rx
I assume that you are using a MSP430 F 5659 with USCI and not e USCI. Right? Did you noticed any received data missing in your circular buffer? (Especially when you detected data overrun error.) Did...
View ArticleForum Post: What are correct Data GP I/O pins in parallel boot mode for...
Hello, We are working with TMS320F28377D and we found the discrepancy in Technical Reference Manual (Rev.E) for Parallel Boot Mode data I/O signal definition. When you look to this document...
View ArticleForum Post: RE: Don't understand the TMS320F28335 ADCLO voltage parameter
Peter, ADCLO is an input voltage as you said. It is used as the base (or "Low") voltage against which ADC input channel voltages are converted. If you look at section 4.7 of the datasheet, SPRS439m,...
View ArticleForum Post: RE: RE: SYSRSTIV reset value for msp430
[quote user="Bhushan Patil10"]I guess whenever interrupt happens PC fetches ISR address from RAM, but accesses only 16-bit. So instead of 0x1000C it access 0x000C whihc peripheral area. This is just a...
View ArticleForum Post: RE: Re: TM4C Microcontrollers Forum: SPI TM4C129
Hello Ashish, Your post reply was an empty post. Did you forget to attach the waveforms? Regards Amit
View Article