Forum Post: RE: Identified Motor can not run more than half max speed
I think the remaining performance gains can be gotten by tuning of the speed loop. This is why I mentioned using MOTION. If you don't have experience with tuning it makes it so much easier AND it gives...
View ArticleForum Post: RE: MSP430FR5739 eUSCI UART mode with DMA hangs (bug)
[quote user="Josue Pagan"]sorry for my mistakes. It's the first time I post in a forum.[/quote]You’re not the first one and you won’t be the last one. JWelcome to the TI E2E forum
View ArticleForum Post: RE: Separate flash areas for library and application on MSP430
The normal way MSP projects are done is by using static linking. This means, the library code is handled (almost) like all other project code. The result is a monolithic binary file that contains all...
View ArticleForum Post: RE: MSP430F1612 and MSP430F4132 crystal oscillator frequency
Well, I didn’t look at the notes in the ‘recommended operating conditions’. These are ‘recommended’. And when I see that the oscillators can accept 8MHz on >2.8V, their working is apparently...
View ArticleForum Post: RE: MSP430F47187 SD16A A2D returns erratic results
[quote user="eric krieg"] I can't understand how such changes would make something as dramatic as the ADC going into complete failure mode while all other functions are untouched.[/quote]This is...
View ArticleForum Post: RE: Jump to address stored in SRAM without the use of registers
Westin,You will be using the PC as the base address, and you need to put the address within reach of a pc-relative LDR.So you'll do: LDR PC, test_addr...test_addr .word 0x0803FF00You just need...
View ArticleForum Post: RE: porting Atmel Tiny24 C code to MSP430-F2013
[quote user="Mahmood Anvar"]The code is about 500 lines (not too complex). Is there an easy tool to prt the code?[/quote]The direct answer is no.Depending on what peripherals your application needs...
View ArticleForum Post: RE: Stack Overflow Problem when using MSP430 and Micrium uC/OS III
[quote user="Darren Beckwith"]It looks to me like you are using more stack than you have allocated for the system.[/quote]I am not familiar with this particular kernel, but typically each task has it's...
View ArticleForum Post: RE: Cycle-by-Cycle PWM Trip with Comparator Outputs
Jon,I believe that you have the XBAR configurations and Digital Compare configurations correct. I do want you to know that the explanations and documentation for all these parts are being worked on.I...
View ArticleForum Post: RE: BSL for MSP430 by TUSB3410
[quote user="Luong Liu"]But I want use TUSB3410 to made BSL function for msp430, can you help me?[/quote]If you go to the product page for that chip, you will see that there is an eval module for it....
View ArticleForum Post: RE: I2C not working
Hi Dave,oh yes, good to see that! I was still working with the 2.0.1 library, but i see the calls fixed in "\examples\peripherals\i2c\master_slave_loopback.c" and also "same\slave_receive.c".Thanks for...
View ArticleForum Post: RE: Function disassembly different when function name changed...
This seems more like a compiler issue and not necessarily something that is specific to MSP430.Have you asked this question over in the CCS forum?
View ArticleForum Post: RE: boot loader flash-2
when this happened, R14 =08000A3c which is error =2 in F021_Erase_Check(uint32_t Start_Address, uint32_t Bytes) function. if I change error=2 tobytes =...
View ArticleForum Post: RE: DK-TM4C129X - Lose ability to ping board when more components...
Steve,Would you please try recycling the power to see if test always works after power-on?Thansk and regards,Zhaohong
View ArticleForum Post: RE: ESMSR3 not signaling 2-bit flash errors
Pablo, I'm glad you solved the problem.regards,Charles
View ArticleForum Post: RE: Real-time monitoring of signals with eZdsp F28335 and Simulink
Hi,It took me some time but I succeeded in monitoring an ADC input of my eZdsp F28335 on a graph in Matlab GUI over RTDX.For this I helped myself with these...
View ArticleForum Post: TCP/IP socket example for TM4C1294 Connected LaunchPad
Hey everyone,I'm looking for a simple TCP/IP socket example for the new Tiva C connected LaunchPad kit (based on TM4C1294 microcontroller), most of the example found in the TivaWare package are based...
View ArticleForum Post: RE: SPI in C28XX
I have included the spi.c file into my project folder. Aslo the program is running without an error. I have a confusion with the baud rate.Does the SPICLK have a fixed frequency? or is it setable?. The...
View ArticleForum Post: RE: Optimizing UDP in lwIP on TIVA - how to determine when a...
Jeff,I'm experimenting with EK-TM4C1294XL launchpad and wanted to setup the board for UDP and constantly transmit "TEST".Using the "enet_io" example project for this board I made some modification to...
View ArticleForum Post: RE: MSP430F5510 GPIO type
Most GPIO pins when selected to be outputs are push/pull. They either pull up to Vdd or pull down to Vss. When outputting a digital 1, the pin is pulled up to Vdd as if an internal switch were...
View Article