Part Number: MSP430F5438A Other Parts Discussed in Thread: UNIFLASH Tool/software: Greetings, 1. Can I interface an external SPI programming flash with this microcontroller? If yes, do you have any recommended ones? 2. Additionally, can I develop all the…
Part Number: MSP430F5438A
Tool/software:
Hello everyone,
I am developing application for the MSP430, and we need a bootloader. Is it possible to edit the BSL run automatically on every startup without requiring any manual invoke things ? If a specific…
Part Number: MSP430F5438A Tool/software: Hi all,
I am trying to use the "Main Memory Bootloader". I have examined the reference design of the "Main Memory Bootloader" prepared for the MSP430.
I created a bootloader and an application…
Here is the steps to set the PC directly
Step1: Directly change the PC value
Step2: Press Enter. Then it will jump to the related address
To find the App code main entrance, you can find at there in the .map file:
If you want to debug the BSL code…
Part Number: MSP430F5438A Other Parts Discussed in Thread: MSP-FET Tool/software: Hello,
we tried to use the MSP-FET to access an MSP via BSL refering to this: https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp…
Part Number: MSP430F5438A Tool/software: Hello!
Everything is in the title. Almost.
I would like to temporarily disable interrupts when I enter the ISR and re enable them at the end of the ISR.
In the following example, I use timer B to get a recurrent…
Part Number: MSP430F5438A Other Parts Discussed in Thread: UNIFLASH Tool/software: Error message appears when attempting to test with FlashPro430 (Flash Programmer for MSP430 MCUs).
The following details have been provided:
None of the ICs in this lot…
Part Number: MSP430F5438A Tool/software: Dear support team
How can I decode the 4 Bytes Device Descriptors Lot/Wafer ID in 01A0Ah?
I mean, how is the contained information represented in these 32 Bits?
Kind regards
Alex Wyss
Part Number: MSP430F5438A
Tool/software:
Hi all,
I just want to locate two application to the Flash. ( concept training )
App1 : Blink the LED 25 times with long delay, then jump to App2
App2 : Blink the led with short delay
Source code and linker files…