Part Number: MSP430FR6989 I would like to split a few Spaces in the FRAM of 6989: Origin = 0x4400, Length = 0XBB80, which can be powered down to keep the data.
Try # pragma PERSISTENT (FRAM_DAC)
#pragma location = 0xC23e// address
uint16_t FRAM_DAC…
Part Number: MSP430FR6989 Other Parts Discussed in Thread: MSP430-GCC-OPENSOURCE I recently downloaded the MSP430-GCC-OPENSOURCE from the TI-Website. The " Mitto Systems GCC Windows installer incl. support files" was the zip-file I needed. I noticed that…
Part Number: MSP430FR6989 Hi,
Good Day.
MSP430FR6989 Memory Location 0x0200h does accept data, i.e., #01, is it broken or this location does not accept data. How do I perform a soft reset?
Please advise. Thank you very much.
Best Regards,
…
Part Number: MSP430FR6989 I used the sub.w function to find the difference between dst and src. My question is how do I turn these integers into their absolute value? and add them all together in a separate register(R7)
My code:
loop_mad_diff:
…
Part Number: MSP430FR6989 Other Parts Discussed in Thread: USB-2-MDIO , , MSP-EXP430F5529LP Hello,
I would like to use the MSP430fr6989 development kit to connect to the USB-2-MDIO software to test the DP83867ERGZR ethernet PHY. Can this be done? In…
Part Number: MSP430FR6989 Other Parts Discussed in Thread: MSP-FET , I've been using MSP430FR6989 in my project for a long time and I always have no issue flashing the bootloader and firmware image, via Spi-By-Wire. However, recently I encountered a problem…
Part Number: MSP430FR6989 Other Parts Discussed in Thread: MSP-FET , UNIFLASH , MSP430FR5043 Hi,
I'm currently working on MSP430FR6989.
I need to upload my program using UART bootloader for example : LED blinking.
So, where should I start from,…
Part Number: MSP430FR6989 Hello,
Currently I am working with the MSP430FR6989 Launchpad and am trying to display special characters like '.' '%' etc. I am using the LCD driver from the OOB code for the 6989, however I am unsure how to modify this to…
Part Number: MSP430FR6989 As we all know, Programmer has memory in which one can store the images with the setting and use in interative mode. My question is how to get that list via dll in programmming. I am using c# programming.