Part Number: MSP430F5438 Hi team,
Here's an issue from the customer may need your help:
Configuration is as follows:
UCA1CTL1 |= UCSWRST; // **Put state machine in reset** UCA1CTL0 = UCMODE_0; // Select the serial port function UCA1CTL0 &= ~UCPEN;…
Part Number: MSP430F5438 Other Parts Discussed in Thread: TEST
Hi team,
Here's some issues from the customer may need your help:
The customer have made a test board, including a F5438, a 32768 crystal with an external XT1, and a regulated chip that…
Part Number: MSP430F5438 Other Parts Discussed in Thread: TEST Hello,
I am trying to program MSP430F5438 using BSL programming. Using BSL_Scripter for the same. But it failed to program. Referring MSP430 Flash Devices Bootloader (BSL) SLAU319AE & BSL…
Cherry,
Please be sure they are connecting to the correct UART interface defined in the datasheet for BSL. Also get a schematic snippet of their BSL connections and programming connections tot he device.
Part Number: MSP430F5438 Dear team,
The customer want to migrating from MSP430F5438A to MSP430F5438 because of ( MSP430F5438A ) out of stock.
They read the https://www.ti.com/lit/an/slaa419c/slaa419c.pdf and they have several questions.
1 The PMMCOREVx value…
Part Number: MSP430F5438 Hello,
1) I am trying to program MSP430F5438 using BSL method. As mentioned in SLAU157AS document page no. 61 Allow Read/Write/Erase access to BSL memory, i tried same but in my CCS this option is permanently disabled. How to…
Part Number: MSP430F5438 Other Parts Discussed in Thread: , TEST , MSP-TS430PZ5X100 Team,
My customer has been using the MSP430F5438 and are wondering what exactly will happen if they do not rebuild the code using the 438A version’s header and linker files…
Part Number: ADS124S08EVM Other Parts Discussed in Thread: ADS124S08 , MSP430F5438 I am having difficulty communicating with the ADS124S08 on the ADS124S08EVM board. I have all communication lines connected to each other correctly, CS-CS, DRDY-DRDY, SCLK…
Hi James,
Thanks for your reply.
i just wanted to share that if we use a wrong settings then it would cause the error. Hence i suspect that some setting for MSP430F5438 is wrong in my complier. can you please share the preferred setting for MSP430F5438…
Part Number: MSP430F5438 Other Parts Discussed in Thread: MSP-EXP430F5438 , Hi, everyone.
These days I'm interested in MCU, OS and kind of embedded software.
Luckily, I've got MSP-EXP430F5438 board and debugger, so that I could run example hello project…