Forum Post: RE: C2000 Launchpad Help
Hi!Perhaps this link will be useful also http://processors.wiki.ti.com/index.php/XDS100#Troubleshooting.Regards,Igor
View ArticleForum Post: RE: Is there an error in hal_stdtypes.h
Hello Jean-Marc,Have you been able to reproduce this error when including hal_stdtypes.h in a cpp-file?Best regards Michael c".)
View ArticleForum Post: TMS470M Series - edge interrupts control
Hi,We used CCS Version: 5.4.0.00091 and HalCoGen 3.0.6.Wehave successfullyinitializedthe edge interrupts and want to control enable and disable edge0, edge1 and e.t.c. interrupts separatelyduring the...
View ArticleForum Post: RE: connection RF CC430F6137 vs. CC430F5137
Timothy, Ilmars,thanks for correcting my wording. I am basically not an expert in RF hardware, but from my experience, this kind of problem occur just as Timothy explained, basically when trying to...
View ArticleForum Post: RE: External clock input to MSP430F5438A
Hi John,What is the Vcc supply voltage and what is the voltage level of your external clock?When XT2 is sourced with an external signal, the voltage level must meet the datasheet parameters.[quote...
View ArticleForum Post: RE: TMS570 and GCC
Hi,I would also like to know if there is a sample application (startup code) that compiles with arm gcc toolchain to get things started in TMS570.currently we use TMS570 with TI compiler, but we...
View ArticleForum Post: RE: HalCoGen generates wrong code for CCM-R4 test
/** @file sys_selftest.c * @brief Selftest Source File* @date 29.May.2013* @version 03.05.02** This file contains:* - Selftest API's*//* (c) Texas Instruments 2009-2013, All rights reserved....
View ArticleForum Post: RE: ISR not exiting
[quote user="uma pv"]__bis_SR_register(CPUOFF + GIE);[/quote]This will set the device in Low power mode 0 (LPM0). Is this your intention?Regards,Mo.
View ArticleForum Post: RE: msp430f169 timer a interrupt
i checked PWM output with a scope.I first disabled interrupt and let TACCR1=100 and output is a 20% duty cycle and then i let TACCR1=400 and i get a 80% duty cycle PWM. Then i enabled interrupt using...
View ArticleForum Post: RE: How do I get a console output of data from an I2C device sensor?
I guess I should have been more clear, but yes I just need to see the values every so often for testing purposes, so the debugger will do.Will post again if I need help, but it makes sense for now.Thanks!
View ArticleForum Post: RE: Msp430fr572x FRAM Info A/B Mirror
Thanks for the clarification! I won't rely on the mirror. It's like a second door looking at the same spot. It would be nice to clarify this in the data sheet. Thanks!
View ArticleForum Post: RE: Example project PMSM FOC Sensorless (Delfino 2833) with GUI
Hi Christian,I have moved your thread to the C2000 forums as they will better be able to answer your question.
View ArticleForum Post: RE: Stellaris DK-LM3S9D96 Questions
Hi kel,thank you for your answer.The point is: looking through the example, where they grab the image from the camera and display it on the lcd, there is absolutely no demonstration of accessing the...
View ArticleForum Post: RE: MSP430 C/C++ Compiler Reference Guide
Reviewing the code Brandon Azbell posted on 16 Aug 2013, I see interrupts that have been relocated from the 0xFF80 section to 0x4400 section. I'm curious about the relocation. Thanks.
View ArticleForum Post: RE: Audio Capacitive Touch Booster Pack for Launchpad
Hello Old_cow_yellow,You have mentioned that you have glanced through the demo source code of ACTBP. I am working on it to modify few of its functionalities. Can you or anyone please post the demo...
View ArticleForum Post: RE: MSP430: Error connecting to the target: Could not find device...
Mark,A couple of other things to check.1. Check that all J3 jumpers are populated to connect onboard emulation (www.ti.com/lit/pdf/slau318, sec 4.1, pg 9).2. Verify that the device is in the socket...
View ArticleForum Post: RE: How to Unlock locked card? TMS320F28035
Hi ! Did you extend program memory zone ? There is a security zone memory with a 128 bits password which lock FLASH and SARAM blocks (security section in the datasheet...
View ArticleForum Post: RE: SPI Bus set up TMS320f28069
I did go thoroughly, the Reference manual, and configured all the registers. I even got another SPI device to work with my MCU. Thanks.
View ArticleForum Post: TMS570 sample code using CCS v4 or v5
I haven't used TI micros for over a decade and I'm struggling to get started with the TMS570 using CCS v4 ( I have a time limited copy of v5 as well, but I'm having the same problems with that ). The...
View ArticleForum Post: RE: 3D RealTime AHRS for SensorHub (and TIVA)
Should your requested calibration data/procedure not be readily provided - might the full data sheets from sensor vendor's provide such detail - or link to Ap Notes etc? Your report confirms the value...
View Article