Forum Post: RE: msp 430 timer configuration in parallel
hello all,can I introduce a delay inside ISR???????does it affect my program?????
View ArticleForum Post: RE: MSP-GANG Problem
hello, unfortunately so far we do not find another way to re-compile all our files if encontras other way please hacemelo know.Greetings.
View ArticleForum Post: I2C Busy Flag
Hello,I am working on my own board. It is my first board which i made. I have a problem with I2C, when i try to send any byte, controller goes to busy state and never get out from busy state. I don't...
View ArticleForum Post: RE: Highest frequency?
Aymen, this is C2000 forum and I too work on MSP430 and C2000 controllers. So, I guess that's all help you can get here. Maybe you can switch to TI ARM forums for further help. Also, if possible you...
View ArticleForum Post: RE: How can I increase the accuracy of floating point?
Ohh... I see! So using only the IQ data type with traditional operands don't help?Regards,Gautam
View ArticleForum Post: RE: PLZ Handling ADC sampling rate & UART transmit speed for...
[quote user="Junwoo Yoo"]1. I did first one. but I'm not sure am I right.[/quote]From the tag in your first post, I got that you're using the 5438A. On this MSP, the signals TA0.0, TB0.0 and TB0.1 can...
View ArticleForum Post: RE: JTAG Emulation Error
Hi Chinmay,What is the status of XDS100v1 device driver @ Device Manager?Check these links...
View ArticleForum Post: RE: Very confused about Port Mapping and I2C/SPI
[quote user="Brett Kuntz"]My communication is not working (to an SD card) and I am running out of reasons why it's not working.[/quote]Which part of the communication isn't working? Do you see any...
View ArticleForum Post: RE: How to automatically power off and power on MSP430 using...
The pushbutton can be replaced or extended by a series capacitor and pulldown resistor from VBUS. So the MSP gets powered when the USB is plugged-in and can then power-down itself without user action.
View ArticleForum Post: RE: EXP430F5438 user experience software issue
The error is a bit misleading.memcpy.c is part of the runtime library and linked for copying the initial values of your global variables from flash to ram before the program starts. You don't have the...
View ArticleForum Post: RE: TMDSPLCKIT-V3 works with cold connection, but not with mains
Hi Erich,I don't know exactly way which you use to connect your modems to one another, but I suspect that you connect to powerline 220V via splitter with multiple sockets + UPS. Perhaps your splitter...
View ArticleForum Post: Wireless Update for white PCB under Linux missing from Chronos...
Hi,I've just received a new eZ430-Chronos kit with the white PCB, and downloaded and installed the latest Chronos Control Centre etc. (slac388c.zip), and I can still flash Chronos watches using the old...
View ArticleForum Post: RE: Configuration ADC and GPIO F28027
One thing I want to ask:Did you press this button below ?This button is used to get continuous data (refresh the data) while debugging.Best regards,Maria
View ArticleForum Post: RE: Problem with Concerto F28M35xx (rev b) controlCARD and ethernet
Hi Davide,I'm not sure, but perhaps you will find something useful at that thread http://e2e.ti.com/support/microcontrollers/c2000/f/171/t/285441.aspx?pi269061=1(although it refers to M36)Regards,Igor
View ArticleForum Post: RE: How to program port P1.3
yes. good, I'm trying to make a program that simulates the detection of a pulse.When I click on the button P1.3, would like to see the red LED on. If a signal is introduced, every time the urge was...
View ArticleForum Post: Is it possible to monitor supply voltage of MSP430F5419A internally?
Hi,We are using MSP430F5419A controller, and we would like to measure the supply voltage without connecting supply voltage to any ADC.We found that ADC12 can do this internally, i.e. with no wired...
View ArticleForum Post: GUI connection to HVPSFB hardware
Hi,I downloaded the schematics of the controller and main power boards of the HVPSFB kit.My question is about the GUI. I know that in order to connect the hardware to the GUI a 4 pin SCI to Serial...
View ArticleForum Post: How to bring TM4C123GH6ZRB processor in StandBy mode using SYS/BIOS
Hi,Please share the way to bring TM4C123GH6ZRB processor in Stand by Mode and back to normal mode using SYSY/BIOS.Regards,Prashant Kumar
View ArticleForum Post: RE: IIR filter of "fixed point dsp library" very slow
Ludwig,well, in general, some code must be "automatically" executed from RAM, if within your project the following elements are presented (this is common case for example):1 Main file#pragma...
View Article