Part Number: MSP430FR5994
Tool/software:
I am trying to read from A3 and A4 inputs to the processor. I can read A3 fine, but when I try and read A4, I get the same value. With the debugger I can see that I am correctly changing ADC12MCTL0 depending…
Part Number: MSP430FR5994 Tool/software: The MSP430 Assembly Language Tools (v16.9.0.LTS) manual says:
If you do not specify an ISR routine for some interrupt vectors, an ISR routine will be provided for those vectors from the RTS library and the RTS…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: CCSTUDIO , MSP-EXP430FR5994 Tool/software: Hello,
I am using the MSP430FR5994 in one of our projects, and everything is working well on the prototype board, except for the SPI bus.
I've tried…
Part Number: MSP430FR5994 Hi TI Team,
I am using this document https://www.ti.com/lit/an/slaa760/slaa760.pdf for bootloader activity .
Here beagle bone is the host and msp430fr5994 is the target.
I have downloaded source code folder provided…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: CC2340R2 , UNIFLASH , SEGGER
Tool/software:
Hello,
We have an MSP430 and CC2340R2 on a single PCB.
Is there a single hardware tool that allows to download the code into both MCU through…
Part Number: MSP430FR5994 Hi,teams:
I have encountered a very headach e problem, because my code uses the memset function, so my code often jumps to the while loop of the screenshot.Because it takes too long to execute in the while loop, there is a…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: MSP430WARE Tool/software: Where can I find the IAR workspace file for msp430fr599x_euscia0_uart_03.c?
Part Number: MSP430FR5994 How to identify if the program is is the debugging state, if checked it is in the debugging state hoslitically how to disable the identifier "printf".
Part Number: MSP430FR5994 Tool/software: Hi TI support team,
Could you please provide guidance on how to set the GPIO to trigger with a delay of 0.1 microseconds?
This is my current setup for the system clock.
//initialize Clock System DCO …
Part Number: MSP430FR5994
Do you have some documentation about .bin file format generated by msp430-elf-objcpy.exe?
I am trying to figure out by myself....
Building of a MSP430FR5994 having 256KB FRAM, I was expecting a 0x40000 bytes file that maps…