TI E2E support forums
TI E2E support forums
  • User
  • Site
  • Search
  • User
  • E2E™ design support >
  • Forums
    • Amplifiers
    • API solutions
    • Audio
    • Clock & timing
    • Data converters
    • DLP® products
    • Interface
    • Isolation
    • Logic
    • Microcontrollers
    • Motor drivers
    • Power management
    • Processors
    • RF & microwave
    • Sensors
    • Site support
    • Switches & multiplexers
    • Tools
    • Wireless connectivity
    • Archived forums
    • Archived groups
  • Technical articles
  • TI training
    • Tech days
    • Online training
    • Live events
    • Power Supply Design Seminar
  • Getting started
  • 简体中文
  • More
  • Cancel


Search tips
Showing 90 results View by: Thread Post Sort by
    Answered
  • MSP430F5325: Action when the programme counter points to an incorrect address.

    K.Z
    K.Z
    Resolved
    Part Number: MSP430F5325 Tool/software: Hi All, The microcontroller is currently operating, but the programme is not being executed. If WDT is disabled and the programme counter points to an invalid address (outside the memory space), what process…
    • Resolved
    • 4 months ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
  • Answered
  • MSP430F5325: Trouble implementing hardware SPI using USCI_A0

    Paul Miller
    Paul Miller
    Resolved
    Part Number: MSP430F5325 Other Parts Discussed in Thread: MSP-FET , Hello all, I am relatively new to MSP430 devices and have recently designed my own prototype board for the MSP430F5325. I have run some simple code on it using an MSP-FET over the SPI…
    • Resolved
    • over 3 years ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
  • Answered
  • MSP430F5325: unable to modify variables in CCS debugger

    Jerry Morrow
    Jerry Morrow
    Resolved
    Part Number: MSP430F5325 i'm using CCS in Linux/Ubuntu. Its been working just fine overall, but i'm unable to change data in the expression or variables windows. For example, a passed parameter variable is float 0.0, I want to change to 1.23. I double…
    • Resolved
    • over 4 years ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
  • Answered
  • RE: CCS/MSP430F5325: AES256 sourcecode for MSP430F5325

    Markus Fischer57
    Markus Fischer57
    Resolved
    We need AES256 soucecode for MSP430F5325 (it it not possible to wwitch to another MSP)!
    • over 7 years ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
  • Answered
  • MSP430F5325: I want to select 2 input channels by adc12, but one channel is not work.

    Jun Wang
    Jun Wang
    Resolved
    Part Number: MSP430F5325 code: void AdcInit(void) { ADC12CTL0 = ADC12SHT02 + ADC12ON; // Sampling time, ADC12 on ADC12CTL1 = ADC12SHP; // Use sampling timer ADC12MCTL0 = ADC12INCH_2; // select input channel 2 ADC12MCTL1 = ADC12INCH_3 | ADC12EOS; //…
    • Resolved
    • over 4 years ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
  • Answered
  • MSP430F5325: flash memory sections being erased on debugging start, does MSP-FET use mass or segment erase?

    Jerry Morrow
    Jerry Morrow
    Resolved
    Part Number: MSP430F5325 Hello, I setup the last 3 segments in flash for persistent log memory on our project. I have both the debug/release configuration setup with SMALL code and data models, since our code doesn't need the FLASH2 region. When I run…
    • Resolved
    • over 4 years ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
  • Answered
  • RE: CCS: MSP430F5325

    Bruce McKenney
    Bruce McKenney
    Resolved
    > (P1IN & BIT1)==1 This condition is never true -- the result of the & is either 0 or BIT1 (=2). Try: > (P1IN & BIT1)!=0
    • over 7 years ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
  • RE: MSP430F5325: problem programming

    Jace H
    Jace H
    Hello Alessandro, Did the above suggestions solve your issue? If no response soon, I'll assume they have and this thread will be closed.
    • over 6 years ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
  • RE: MSP430F5325: MSP430F5x Flash based custom UART boot loader

    RAHUL TT
    RAHUL TT
    Hello Jace, Thanks, That sounds great. So basically if we change the BSL invoke method to our custom one then we can use the same windows BSL scripter to update the firmware via UART using only P3.3 and P3.4 pins of MSP430F5325. As per our understanding…
    • over 7 years ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
  • MSP430F5325: Uboot From RAM using Teraterm

    Chris Escalante
    Chris Escalante
    Part Number: MSP430F5325 Other Parts Discussed in Thread: MSP-FET I am working with the MSP430F5325 using teraterm to communicate . I used the MSP430 dongle to program the chip and am now trying to manually write U-Boot to the RAM to get it to bootup…
    • over 8 years ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
>

Didn't find what you are looking for? Post a new question.

  • Ask a new question