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 Other Parts Discussed in Thread: MSP430WARE I am using the MSP430FR6007IPZ microcontroller and configuring SPI using the UCA2CTLW0 register. However, I am not getting any SPI signals on the oscilloscope (no clock or data activity…
Part Number: MSP430FR6007 Other Parts Discussed in Thread: MSP-FET we are able to get the JTAG ID 0x99, when checking for the lockKey we receive the 0x7fff only. afterwards every DR-Shift is giving the 0x7FFF result. We are compliant with handshakes specified…
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 Hello,
I´v got some questions regarding forwarding the MSP430 ACLK on P9.3 to an external device.
Conditions:
ACLK is sourced by dig. ext. 32.768kHz oscillator on LFXIN
ACLK is output on P9.3 continously over whole…
Part Number: MSP430FR6007 I implemented the flow described in User’s Guide MSP430™ Programming With the JTAG Interface, Figure 2-15, to get the CPU in the Full-Emulation-State.
Following the 4-wire JTAG-entry sequence, I receive the correct JTAG ID…
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…