Part Number: MSP430F5329 Tool/software: Hello,
I am trying to use UART at 1M baud rate with F5329 which is beyond the highest baud rate in the "Commonly Used Baud Rates" table in the datasheet. My BRCLK is 12MHz. I found it possible with right prescaler…
Part Number: MSP430F5329 Hello! I'm testing CCS Theia and I like it a lot. Superb. I've been using the IDE for a few hours and haven't found the Expression tab. I used to use it to set important variables to debug. Is there a way to use Expression on…
Part Number: MSP430F5329 Other Parts Discussed in Thread: MSP430F5529 , Hello,
It is recommended to connect a 1M Ω resistor to ground on pin 63 (PUR) of the MSP430F5529 if the USB interface is not used. Can this resistor also be placed on the same pin…
Part Number: MSP430F5329 Other Parts Discussed in Thread: MSP-TS430PN80A When driving the XT2IN with a crystal oscillator, what are the duty cycle specifications and the rise/fall times required? Our existing oscillator is 20MHz with a 45% to 55% duty…
font.zip This could explain the issue… the culprits seems to be in a called function which is (correctly) automatically inlined (eve_font_char_multi_glyph, for the records). The program uses an unholy amount of shift in macros to compose control word…
Part Number: MSP430F5329 Other Parts Discussed in Thread: CONTROLSUITE , , MSP-PMBUS I was able to find "PMBus Implementation Using the MSP430 USCI" and the SW. Unfortunately it is the code for a Master PMBus device. Of course my MSP430 is part of the…
Part Number: MSP430F5329 Hi All,
I am trying to flash program through UART in to MSP430F5329.
getting Error is
MSP430: Can't Initialize Target CPU: **Error**: Serial Communication failed at port: COM9, baud rate:9600! To use serial monitor, please…
Part Number: MSP430F5329 I need simple code to read and write to I2C devices. The MSP430 is one master and the others are silicon devices. I find it amazing that you have so many variants of your peripherals that I can not find code that just works without…
Hi James,
Here are the comments from our driverlib team:
I have also attached the latest version of the MSP430F5329.h header file in case there is anything else different.
msp430f5329.h
Part Number: MSP430F5329 Other Parts Discussed in Thread: BQ40Z50 Hi,
I am curious about an issue I found when trying to communicate between two microcontrollers using I2C. I am using two MSP430F5329. Using the I2C on USCI B1 Base. The master only sends…