EmbeddedRelated.com
The 2024 Embedded Online Conference

printf() through Spy-Bi-Wire hangs [MSP430, CCStudio]

Started by Nick Alexeev in MSP43011 years ago 3 replies

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...

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 setup consists of: * MSP430FR5739 * MSP-FET430UIF * Code Composer Studio 5.3.0.00090 To try to enable the printf(), I've changed these settings in Project-> Properties: * Console I/O (CIO) enabled * Stack si


gdb-proxy disconnecting

Started by Amer in MSP43011 years ago

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...

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. Any ideas? gdbproxy gives the following: ------------------ C:\Documents and Settings\amer> msp430-gdbproxy --spy-bi-wire msp430-gdbproxy++ v1.0 [http://gnutoolchains.com/msp430/gdbproxy] Run "msp430-gdbproxy --help" to get help. Lis


MSP-FET430x11x

Started by Peter77 in MSP43011 years ago 3 replies

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...

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 it. When I bought it there was only the 1 serie. But now I see the family is growing up day by day. Can anyone help me? Thank you very much Pietro ------------------------------------


MSP430 DAC example

Started by July Brownie in MSP43011 years ago 3 replies

Hi In my project I was able to successfully calculate the Voltage and current coming on ADC. Now i wanted to output the voltage on DAC0...

Hi In my project I was able to successfully calculate the Voltage and current coming on ADC. Now i wanted to output the voltage on DAC0 and DAC1 continuously as per my input voltages. I am working on 60Hz,120 V. I am looking for some example code which i can use to get started on it. Thanks and please help me to get this started. ------------------------------------


MSP430F5336 LF XT1 won't start

Started by Gabriel Calin in MSP43011 years ago

Hello everyone, I wonder if anyone had this problem: I am using the MSP430F5336 on a new prototype board. With the MSP-FET430UIF (JTag...

Hello everyone, I wonder if anyone had this problem: I am using the MSP430F5336 on a new prototype board. With the MSP-FET430UIF (JTag Interface) it does program ok, however the LF XT1 (32kHz xtal) won't start (it locks while checking the UCSCTL7 & XT1LFOFFG bit). If I remove the programmer and power the board, it works just fine. If you reconnect the programmer, it keeps running...


Compressing MSP430 binaries?

Started by decatodd in MSP43011 years ago 2 replies

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...

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 like to compress the binary before sending it over the air and storing it in the node. Our first attempts at using an already implemented form of LZW didn't offer much compression. So I'm looking for a better choice. Can someone suggest a...


Array initialization problem in IAR

Started by distantship101 in MSP43011 years ago 12 replies

Hi, In IAR, with the following code (full code of a test case at end of message) struct ab { unsigned short a; unsigned short ...

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}, {3,4}, {5,6}, {7,8} }; when I look at the table when the debugger reaches main, I see : 2,3 4,5 6,7 8,x (x is a random value) If I look at the two bytes before, they are 01 00. It looks as if T was initialized ...


How to best handle multiple interrupts

Started by Yuriy's Toys in MSP43011 years ago 14 replies

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"...

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 the "cheap" MSP430s (probably MSP430G2153). The calipers use a synchronous serial protocol. (On one line they provide the clock signal, and on the other - data). Once the position is read, it needs to be sent over UART to the mothership. ...


What's the best MSP430 Development Enviroment?

Started by PFG in MSP43011 years ago 63 replies

Hello, I just received my LaunchPad board and of course I joined this group. I'm a veteran software engineer with some hardware experience...

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 building, not just embedded or firmware coding) but I'm new to MSP430 development. What's the best development environment? Code Composer, IAR, MSPGCC, or Energia? Here are my initial thoughts, 1. Code Composer has the needed device driv...


MSP430F55xx interface with EEprom by I2C

Started by john Mcdonald in MSP43011 years ago 31 replies

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...

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 through interrupts. ?I was wondering how to do it through poll mode. ?Thanks for your helps in advance, John.


Ask a Question to the EmbeddedRelated community

To significantly increase your chances of receiving answers, please make sure to:

  1. Use a meaningful title
  2. Express your question clearly and well
  3. Do not use this forum to promote your product, service or business
  4. Write in clear, grammatical, correctly-spelled language
  5. Do not post content that violates a copyright


The 2024 Embedded Online Conference