Because of the Thanksgiving holiday in the U.S., TI E2E™ design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.
Hi All,
Trying to write a byte to memory and then read it back to confirm the EEPROM communication is working.
Tried using the example code...
#include <msp430f6776.h>
unsigned char TXData;
unsigned char TXByteCtr;
void main(void)
{
WDTCTL = WDTPW…
Other Parts Discussed in Thread: MSP430F6776 , MSP430F6779 Hi all.
I have an evm 6779 and have built a similar circuit using the msp430f6776. How do I reconfigure the code to recognise this? I have used the same code but I am just toggling Port 7 and nothing…
Other Parts Discussed in Thread: MSP430F6779 , MSP430F67791 , MSP430F6779A Some MCU ' s on same family, has suffix for example "1" or "A".I wonder what is it means.For example:
msp430f6779
msp430f67791
msp430f6779A
What is the difference…
Other Parts Discussed in Thread: MSP430F6776 Hi,
I am using EVM430-6779 but I am not use that code for another design using the smaller MSP430F6776, how do I update the code so that the correct include file is used?
Thanks
Hi Ryan,
Changed to RTCCTL0_H = RTCKEY; with no luck.
I haven't set any timers or anything and I am using the MSP430F6776 so don't have to set any ports for the XTAL, but I thought that wouldn't effect writing to the RTCSEC register etc.…
Hi MSP student,
I'm attaching a list of devices supported by SYS/BIOS (the RTOS):
3276.devices.html
If you want TI-RTOS, which includes SYS/BIOS as well as driver support (SPI, UART, etc), the list of MSP devices supported by TI-RTOS is the following…
So I just found something interesting! I have a PC with a clean install of win10, and I installed CCS 11.2 with the command line "--mode unattended --disable-components PF_MSP430,PF_MSP432"
And then installed the arm compiler and tried to use…