Forum Post: RE: MSP430FR5969: BSL Communication Interface
That means to support both UART and I2C will cost more ROM area that will more than 2K.
View ArticleForum Post: TMS320F28379D: Is my hardware capable of reading hall sensors via...
Part Number: TMS320F28379D I got a LAUNCHEXL-F28379D, a BOOSTXL-DRV8301 and a Hudson 2310P Brushless DC Servo Motor (NEMA) with a j4 connector for Encoder and j10 connector for hall sensors. I want to...
View ArticleForum Post: RE: MSP430F5340: MSP430F5340 hangs in while loop while reading...
Hello, My apologies, that line of code is not needed on the device you're using, I've overlooked that. Here is some example code for the setup I2C from the TI Resource Explorer, however it uses USCI_B0...
View ArticleForum Post: RE: MSP430I2041: Same question as original above
I think you are looking at this the wrong way: You are comparing the reading of one device to another, both with different input impedance, at an extremely low voltage level (100uV). At this voltage...
View ArticleForum Post: RE: TIEVM-VIENNARECT: VIENNA rectifier communication lights are...
Hi, 1. That is fine as long as you do not run above the power level mentioned in the user guide. There is already a heat sink below. 2.Please create another thread for this question so that we can...
View ArticleForum Post: RE: CCS/MSP432P401R: Sampling for a pulse
Well what I intended to do with this project was to read from a sensor that generates pulses about 3ms in duration, the peak is around 2.5V, and take a small sample from it (5 to 10 points). There is...
View ArticleForum Post: RE: TM4C1294NCPDT: Firmware upgrade over Ethernet with New...
Hi, I thought you were going to reference the bl_flash.c for programming and erasing the application section. To program and erase the binary section you would have used the similar method. Please see...
View ArticleForum Post: TM4C1290NCPDT: Custom PCB USB hub Stellaris name not seen in COM...
Part Number: TM4C1290NCPDT Hi, I have a windows 10 I5 ELO PC. I connect the TM4C on a custom PCB through a USB to the ELO computer. I see this as a generic USB hub, but there is no Stellaris COM port...
View ArticleForum Post: RE: MSP432P4111: ADC14 consuming unexpectedly large amount of power
Not according to the TRM. On the other hand, that Table suggests that you won't achieve 270uA with PWRMD=0. I don't know the answer. At this point I'd be experimenting. Is there any chance there's...
View ArticleForum Post: TM4C1294NCPDT: JTAG and Ethernet Issue
Part Number: TM4C1294NCPDT Hi Team TI, We designed TM4C1294NCPDTI based custom board for our application. We are using XDS110 USB JTAG prob for programming/debugging purpose and CCS studio for...
View ArticleForum Post: TM4C123GH6PM: How to make USB Composite devices provide different...
Part Number: TM4C123GH6PM Although the Composite Device Class is provided in USBlib,but a combination such as MSC+CDC shows the same VCP/PID.I checked the source code in USBlib and found that there is...
View ArticleForum Post: RE: TMS320F28374S: TMS320F28374S ADC inputs frozen after Flash...
Hi Daniele, Thanks for posting the resolution, and glad to hear things are now working!
View ArticleForum Post: Compiler/LAUNCHXL-F28377S: CLAmath function crash if passing...
Part Number: LAUNCHXL-F28377S Tool/software: TI C/C++ Compiler Hi, I am trying to use CLA to offload some math calculations away from CPU using CLAmath library. I am using compiler version...
View ArticleForum Post: RE: TMS570LC4357: HTU not working, what am I missing?
Hello, I have figured out why it was not copying data from the HET to the RAM. It was because of the MPU. I had thought that maybe the MPU had something to do with this, and I had disabled the MPU, but...
View ArticleForum Post: RE: CCS/TMS320F280049C: We can't program OTP though SCI-A.
Raphael, Glad that I could help. We should not program any bits of a 128-bit location when all of that 128-bits are reserved. I am closing this post. Thanks and regards, Vamsi
View ArticleForum Post: RE: MSP430FR4133: what is the password file in BSL mode.
Cickey, Have you tried doing the mass erase of the user code that Zrno recommended to see if putting the device back in a mass erased factory state fixes the issue of being able to connect to it and...
View ArticleForum Post: RE: Compiler/LAUNCHXL-F28377S: CLAmath function crash if passing...
Repost code part. task1.h: typedef struct cla_task1_variables_s { float x; float y; float Angle; } CLA_Task1Variables; task1.c #include "task1.h" #pragma SET_DATA_SECTION( "CLADataMemory" )...
View ArticleForum Post: RE: CCS/MSP430I2041: sd24 accuracy is incorrect
Susan, It's been over a week since I've heard from you so I am going to presume your customer resolved their issue. If that is not the case please provide the additional detail that I asked for above....
View ArticleForum Post: MSP430G2553: Dimmer Level push Button
Part Number: MSP430G2553 Hi Guys, I´m working in a dimmer switch, I already have success to interface it via Zigbee interface and right now I need to create the physical multi-touch level interface via...
View ArticleForum Post: RE: TM4C123GH6PM: How to make USB Composite devices provide...
Hello, Actually the issue with the composite device enumeration is due to the USB library trying to enumerate two different Endpoint 1's incorrectly which causes issues with Windows 10 (Windows 7 did...
View Article