Part Number: MSP430FR6007 Other Parts Discussed in Thread: MSP430FR6043 Tool/software: Hello all
Can MSP430FR6007 microcontroller be used for gas meter? Thank you, Viktor.
Part Number: MSP430FR6007 Tool/software: Hello,
I'm currently performing a power consumption test on the MSP430FR6007 microcontroller using Code Composer Studio , and I'm seeing higher current readings than expected, especially in LPM3.5 and LPM4.5…
Part Number: MSP430FR6007 Other Parts Discussed in Thread: MSP-FET Tool/software: I’m currently facing an issue with DMA interrupts. When running the firmware normally (without debugging), the DMA interrupt is triggered and everything works as expected…
Part Number: MSP430FR6007 Tool/software: Hi TI expert,
Which pin is the reference source for the MSP430FR6007 Delta-Sigma adc,This pin is not described in the manual,thanks
Part Number: MSP430FR6007 Tool/software: Hi,
I have the following compiler options active:
set (COMMON_COMPILE_OPTIONS
-vmspx
--data_model=large
--near_data=none
-O2
--opt_for_speed=1
--use_hw_mpy=F5
--advice:power_severity=suppress…
Part Number: MSP430FR6007 Other Parts Discussed in Thread: TMS320VC5502 Tool/software: Hi All,
The TMS320VC5502 DSP was used to convert sound to AD and implement a low-pass filter and a band-pass filter. Since this product is old, we are considering…
Part Number: MSP430FR6007 Tool/software: Hi,
Currently I have the Phänomen that when my lea ram area is bigger than this:
#define _PRAGMA(x) _Pragma(#x)
#define USS_LEA_DATA(var, align) \
_PRAGMA(DATA_SECTION(var, ".leaRAM")) \
_PRAGMA(DATA_ALIGN…
Part Number: MSP430FR6007 Hi,
To realize the multiplication of two matrices, it needs to be accelerated by LEA. The question now is that the data in the matrix are all integers. Can it be implemented with LEA peripherals? Is there any sample code for…
Part Number: MSP430FR6007 I am using an msp430fr6007 and have just been advised by vendor that the device I wanted to use is available with a usb interface only!! Think naughty words - lots of them!!
What is the easy way to do this?? I would think…
Part Number: MSP430FR6007 Code composer version 9 suddenly started to give error saying devices\msp430fr6007.xml not found. That file is present however in
C:\ti\ccs930\ccs_base\common\targetb\devices\MSP430FR6007.xml
This softwware correctly compiles…