Part Number: MSP430FR5992 Is there any official data on the DCO power consumption of MSP430FR devices? The datasheets list device total power consumption under different power modes, but no info on the DCO oscillator only.
Does DCO consume less power…
Hi Paulina,
The information you are citing is talking about external crystals. Paulina Bednarczyk said: "The clock system includes support for a 32-kHz watch-crystal oscillator XT1 (LF)...
could actually read:
"The clock system includes support…
Part Number: MSP430FR5992 HI
The matrix API provided by MSP_DSPLIB is fixed-point data operation, and the data in my project is float. How to achieve matrix multiplication? My ultimate goal is to reduce the computation time. I don't want to use :result…
Hi JD , Znro and all
I have 4 peripherals with baud rate speed 115200 connected to my TI Device MSP430FR5992 or other low cost same capabilities , DMA will help. At the same time I need send the data on SPI to an external central central unit.
…
Change this line ...
.text:AFun > 0x4800
to something similar to ...
output_section_for_functions
{
*(.text:AFun)
*(.text:BFunc)
} > 0x4800
This creates an output section named output_section_for_functions. It contains, in order, all the…
Part Number: MSP430FR5992 Other Parts Discussed in Thread: MSP-DSPLIB , Dear team.
My customer uses MSP430FR5992 and MSP-DSPLib. He wants to do Matrix multiplication.
So he uses matrix_ex3_mpy_q15.c(DSPLib_1_30_00_02\examples\Matrix\matrix_ex3_mpy_q15…
Part Number: MSP430FR5992 Hi Champs, I need the true random number generator for an application. FIPS140-2 certification is mandatory. Could you please let me know if the application below works and could be certified by FIPS140-2?
Random Number Generation…
Part Number: MSP430FR5992 Hello. The errata sheet shows as revision C. Have any new issues been discovered beyond the current published errata for this component? Thanks.