Colleagues, I can't seem to make the printf() to work through Spy-Bi-Wire (SBW) in CCStudio. The program execution just hangs, when it gets to printf(). My...
Hello all, Maybe someone has come across this before and is able to help. As soon as I start my gdb session in WinXP, gdb-proxy automatically disconnects....
Hi Everyone, The data sheet lists these devices as having 4 UARTS on USCI_A and 4 I2C on USCI_B. The user guide seems a bit inconclusive to me. Just wondering...
Hi all. I'm new in this group but I'm an old MSP430 user. I have an old FETx11x interface to program MC units but I don't know till what model I can program by...
Hi all, I want to interface the PC to MSP430 card for debugging. My PC doesn't have any DB25 parallel port. If I use USB to DB25 converter before JTAG then...
So I have a spiffy new wireless sensing node built on an F2419. Now my thoughts turn to updating the device's firmware over the radio link (FOTA). I'd sure...
Hi, In IAR, with the following code (full code of a test case at end of message) struct ab { unsigned short a; unsigned short b; }; struct ab T[4] = { {1,2},...
Hello, Could someone enlighten me on what's the bes approach to doing the following is: I need to read a set of three "Chinese calipers" connected to one of...
Hello, I just received my LaunchPad board and of course I joined this group. I'm a veteran software engineer with some hardware experience (physical circuit...
Hi everyone, I need help interfacing the eeprom to MSP430F5529 through I2C please. I have looked at the sample codes offered by TI but they are done...
I am using I2C to interface to the lcd controller. We are using the MSP430F5438A chip and the full IAR workbench. I have a scope on the data and clk lines....
mrfiSpiWriteReg(PATABLE,0x7F);// -6 dBm Tx power what does this line means? -6dBm Tx power ?? mrfiSpiWriteReg(CHANNR,0xFB); and whats the frequency selected to...
I am seeing the linker place code for one module in a location that another module has reserved with the DS directive. Details: - IAR KickStart for MSP430...
hi every body i need to know that this statement is setting my frequency or clock of microcontroller whats the frequency its setting BCSCTL3 |= LFXT1S_2; means...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the msp430 group. File : /MC430/Mc430.zip...
Hi Folks, I am migrating a project from the MSP430F5438 chip to the MSP430F5438A chip because the non-A chip is "not recommended for new projects". For the...
I'm going to find out soon enough (it's not crucial that I know before doing the design and writing the critical part of the software), but I'm curious if...
Hey Guys, Thanks to all who tried to help me as I have struggled with this problem. I have placed a file in the files section detailing the algorithm. This...
I've posted here a couple of times about my problems using IAR Kickstart with the LaunchPad and other devices, when running on my Win7 Ultimate 64-bit machine....
I'm curious about taking a look at code for existing, good quality PI or PID control loop control over the DCO vs an external 32kHz crystal. Not calibration...
Hi all, I was just wondering if I have a unit running on a battery how I can swap the supply voltage with the VBUS when the MSP430F5529 is connected to PC...
Hi all, I have a MSP-Experiment board and a PAN1323 development board attached. I am trying to find a software to run the Bluetooth Stack on it but I cannot...
Three questions... We have done some scope testing using DIO markers and it seems to indicate that the pMM SVMHIFG interrupt will interrupt an ongoing flash...
Greetings, I am using IAR IDE 5.40.3 with common components 6.3.11.2079. I have had no issues debugging etc. with other MSP430 variants, but when I connect to...
I want to trigger ADC10 of msp430G2553 from timer A without interrupt ,but my code doesn't make conversation... The sampling rate is 0.2Hz i want to take one...
Does anyone know of design software that uses Android rather than Windows? The same applies for CAD and debuggers? TIA Peter -- Peter Grey Sigma Delta...
Does anyone know if it is possible to speed up startup of the MSP430F5438 chip by increasing the processor speed to 16 mHz in the Lowinit function? I am...
Hi, We're running a program in a while loop and we believe we disable the Watchdog correctly in the beginning. The program runs correctly and never resets the...