Part Number: MSP430FR5987 Tool/software: I'm snipping the data from the modbus system. I can see the value using logic analyser but it doesn't come up serial terminal.
I tried to print normal string it's working but the data which in buffer never comes…
Part Number: MSP430FR5987 Tool/software: Im using the code given below: its not working: I want to configure the uart baud rate 19200 and 8MHz I followed the datasheet and tried lots of time tunning different value but its not working, but it works on…
Removing -code_model=large and --near_data=none from the compiler flags fixed the problem. As I can not find the MSP430 compiler manual I am unable to read about the flags. The only knowledge is from my last client that was using IAR.
Part Number: MSP430FR5987 I have initialized the ADC12B on the MSP430fr5987 but can not get it to generate and interrupt??? Single conversion triggered of ADC12ENC.
P9SEL0 |= BIT2; //Set P9.2 as Analog Input, A10
P9SEL1 |= BIT2;
ADC12CTL0 = ADC12ON;…
Aaron,
Thank you for your help. Please note this is the 3rd time your answer says to read SWPU332. I can assure you that I have read and re-read that document. Okay you have confirmed that I am not a genius like you and apparently everyone else that…
Part Number: MSP430FR5987 Tool/software: Code Composer Studio We are trying to interface to a SPI chip on USCI A1. The Busy flag on the USCA1STATW never negates. We have SPI devices on BO and B1 that work fine.
/////////////////////////////////////…
Part Number: TM4C1294NCPDT Other Parts Discussed in Thread: MSP430FR5987 I cannot get a XDS100V2 to debug our custom PCAssembly.
We have a custom designed PCAssembly with the TM4C1294 controller. The board design set the footprint for the 14 pin JTAG…
Hi Eduardo,
You are correct, the minimum pin count for devices the with ESI module is 64.
The following devices are also 64 pin devices with ESI module and no LCD module
MSP430FR5887
MSP430FR5888
MSP430FR5889
MSP430FR58891…