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 Tool/software: Hi,
In my linke command file I do this:
.text : {} crc_table ( crc_table_text , algorithm=CRC32_PRIME ) >> FRAM2 | FRAM
so text is in FRAM and FRAM2. in the crc_table_text is just the start address…
Part Number: MSP430FR6007 Hi There,
I hat this topic, unfortunately it was closed: MSP430FR6007: crc_table function - MSP low-power microcontroller forum - MSP low-power microcontrollers - TI E2E support forums
I boiled it now down to the 20 bit…
Part Number: MSP430FR6007 Tool/software: Hi,
I tried to calculate a crc32 with dma support but Unfortunately I get a timeout on this routine, any clue why?
static uint32_t calculateCrcWithDMA(const uint8_t *data, uint16_t length)
{
// Initialize…
Part Number: MSP430FR6007 We are developing a product that uses UART functionality and need assistance with implementing a multi-image bootloader. Could you provide a sample project that includes:
A bootloader
Program A
Program B
Our goal is to…
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…