Forum Post: RE: Concerto M3 Timer PWM problem
The user manual has a note that says : "The prescaler is not available in 16-Bit PWM mode".
View ArticleForum Post: RE: TI Delfino 28335 memcpy of the ADC Mirror registers...
Hi,We are using memcpy on the Concerto C28x to copy from the ADC registers to RAM, and memcpy appears to work as written. However, the function appears to take a very long time to execute, and it...
View ArticleForum Post: RE: returning from SVC handler, need help
Hi Mikkel,Yep. The CPU can't manipulate CPSR from USER mode, and the main way to get out of user mode is through a SWI or an interrupt. But for enter/exit critical it's got to be SWI, because a...
View ArticleForum Post: RE: Evaluation Kit Code Examples
Thanks, That appears to be what I was looking for. Robert
View ArticleForum Post: RE: cla data ram variable initialization problem
Hi,Can you post the C code and disassembly for your initialization routine.
View ArticleForum Post: RE: DWD module
Hi Yong,Sorry for any confusion with my post - we actually have an older DWD module and the more current DWWD. For TMS570LS proucts (which use DWWD), Sunil is correct.Regards,Karl
View ArticleForum Post: RE: reading and writing via I2C without interrupts
Chuck,[quote user="Charles Jackel"]1. In the TX, why issue a restart as master receiver BEFORE assigning the message byte to I2CDXR ? (step 5 above)2. Why do we set I2CMDR to master receiver in both TX...
View ArticleForum Post: RE: schematic feedback
Ok. I've seen a few people on here mention USBlyzer so I'll try that. Do you think the pullup (1k) being physically soldered from DP to +5V could be messing up the timing or something for...
View ArticleForum Post: RE: Compatibility across TIVA TM4C123X series
[quote user="Randy Ott"]If you are not using USB, any part ending in H6PM should work for you. The binary would be the same.The H6ZRB device is a 157-ball BGA.Randy[/quote]Thank you Randy, but we are...
View ArticleForum Post: RE: pmsm
unfortunately we don't have any hardware that can support 500A! That is not somethign that TI could ever sell for safety reasons.From a control standpoint our software doesn't care. Everything in...
View ArticleForum Post: Microcontroller to buy
I need a microcontroller to control maxon position controller c EPOS2 24/2 DC-EC Steuerung and also want the microcontroller to be compatible with matlab/simulink. I would like to know which of the...
View ArticleForum Post: AN01272 Source
Another question on evaluation kit EKI-LM4F232. Included in the documentation is application note AN01272. It doesn't do anything other than reference source code which does not appear to be included...
View ArticleForum Post: RE: C2000 Compiler and packed structures
The C2000 compiler does not support packed structures - it is an error in the documentation.Please see:http://e2e.ti.com/support/development_tools/compiler/f/343/t/262328.aspx
View ArticleForum Post: RE: CONNECTING A SOLID STATE RELAY TO MSP430G2553 (ON MSP430G2...
[quote user="Leo Bosch"]If you don’t use an adequate fuse the fuse and holder can explode.[/quote]What would be an adequate fuse for 240v 2amp load, connected to 240v10a relay?
View ArticleForum Post: MSP430G2553 and ADXRS450
Hello,I try to comunicate with ADXRS450 via SPI. But receive data is always is same. All detail and code:#include "msp430.h"#include <signal.h>#define CS_DIS {P1DIR|=BIT3;P1OUT|=BIT3;}#define...
View ArticleForum Post: RE: Build a release from the example
Glad you found that all projects are provided with RAM and Flash configurations.But even though it starts up in Flash you still need a way to interface...to start, set flags (unless you hard code), set...
View ArticleForum Post: RE: CCSV5, 28062, 0xd01 = 0x00a
Sorrynot>RAM-Adress 0xd00 = 0x000ait mustbe natural>RAM-Adress 0xd01 = 0x000a
View ArticleForum Post: Code Composer 4 Debug Crash
I crashed Code Composer 4 with the following screen dump every time I enter DEBUG for my project. I may have assigned more than one target configuration file. I can't seem to delete it or fix it....
View ArticleForum Post: RE: JTAG interface of development kit
Hi Anthony,Thanks for your reply.I have tried to connect my PCB with the kit of Stellaris through the 20pin JTAG. My CCS4 has been set for RM48L950, and the kit of Stellaris has been set for target...
View Article