Part Number: MSP430FR5994 Tool/software: Hello,
While using CSS V10 (C code) I have an issue with this message:
program will not fit into available memory
But when I look into the used memory, it's less than the datasheet.
It should be 256K as…
Part Number: MSP430FR5994 Tool/software: We are using LPM3 as most as possible. Therefore, frequent transistions from AM to LPM3 occur.
I want to make sure my analysis of PMM31 and PMM32 is right.
MCLK=SMCLK sourced by DCO (at 8MHz) and not using…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: MSPM0L2228 Tool/software: Is there a similar Crypto MCU like MSP430FR5994 but that operates at extended temperatures, i.e., between minus 55 Celsius to 125 Celsius? If not, is there any plans…
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:
I want to use C++17 for my project, so I have added the MSP430-gcc compiler in CCS Theia. I created a new project using "msp430fr599x_1.c Blink LED" example with the default compiler (TI v21.6.1.LTS), and the…
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 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: 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…