Part Number: MSP-FET430UIF
Tool/software: Code Composer Studio
Hi,
I am using Ubuntu 19.10 and have CCS Version 9.10 installed.
I am trying to connect to a MSP EXPFG4618 experimenter board using a MSP FET430UIF
I have proved that my MSP FET430UIF is working…
Hi Ki,
I have done the following tests:
Connected a MSP-FET430UIF to the MSP430F2013 JTAG connector (Spi-Bi-Wire) : BATT Jumper open : VCC1 & VCC2 -> FET PWR
From a terminal:
jona@bimbo:~$ lsusb Bus 002 Device 001: ID 1d6b:0003 Linux Foundation…
Part Number: MSP-FET430UIF I reported an issue where CCS was unable to detect my MSP-FET430UIF and although I followed the recommendations which were given to me by TI support, I could not resolve this.
I am currently using MSP-FET430UIF together with…
Other Parts Discussed in Thread: TMS570LS0432 , MSP430F4618 Hi everyone, I am using TMS570ls0432 Hercules Development Board and I want to convert the value from the adc memory of the temperature sensor of the board. Based on my experience on Msp430 boards…
Other Parts Discussed in Thread: MSP430F4618 , TPS61020 I use the MSP430F4618 chip in a project. I connect P2.0 to a 100kΩ resistance. And i connect the resistance to power supply(The voltage is 5.17V). Please tell me the leakage current and voltage…
Other Parts Discussed in Thread: MSP430F4618 , MSP430FG4618 We are currently working on MSP430F4618 controller.we are not able to transmit or receive any character using UART through RS232 port.Also for working with buzzer is there any enabling option …
Other Parts Discussed in Thread: MSP430F4618 Dear All,
I am confused with some issue on my circuit that is using MSP430F4618 micrcontroller.
I am using a 32kHz crystal for the ACLK. I want to gererate a FLLed clock for the MCLK. For this i want to use…
Other Parts Discussed in Thread: MSP430FG4618 , MSP430F4618 Hello !
I use this main function:
void main ( void ){ WDTCTL = WDTPW | WDTHOLD; FLL_CTL0 |= XCAP18PF; initPortPins(); initBasicTimer(); initLCD_A(); init_ADC(); while( 1 ) { getSample…
Hello Eddie,
Thanks for your help. I have seen the logic analyzer captures sent by you using LSA viewer.
I'm using MSP430F4618 Experimenter board, TRF7970A Evaluation Module, Galaxy S3 or Google Nexus 4 mobiles. I have interfaced TRF7970A EVM to MSP430F4618…
Other Parts Discussed in Thread: TRF7960 , MSP430F4618 Hi,
I have a TRF7960 connected to an MSP430F4618 using SPI . I took the TRF7960EVM code, and at first I found that the code for the SPI there doesn't work very well as is. So I fixed it, and now I can…