FAQ: Logic and Voltage Translation > Voltage Translators >> Current FAQ
According to the design simulation, the variation of the 10K internal resistor of the TXS device can be between 6.5k to 15kohm across PVT.
Part Number: MSP430F6736
Tool/software: Code Composer Studio
Hi team,
I am using the following example code for SD24 converters from the resource explorer:
#include <msp430.h> #include <stdio.h>
/* Array to store SD24_B conversion results…
Other Parts Discussed in Thread: GPCCEDV , GPCCHEM , GPCRA0 , GPCRB , EV2400 , BQSTUDIO , BQ34Z100-G1 This thread contains information and frequently asked questions about the suite of GPC tools used for IT and/or CEDV Gauges.
FAQ: Logic and Voltage Translation > Power and Thermals >> Current FAQ
The vast majority of logic devices do not list a maximum junction temperature ( T J(max) ) on the datasheet.
For logic devices, T J(max) is equal to the maximum storage temperature…
FAQ: Logic and Voltage Translation > Power and Thermals >> Current FAQ
This value is not provided in the datasheet, however it can easily be calculated with given values.
The best way to calculate maximum power consumption is to use your system's…
Why do my software breakpoints keep disappearing?
I have a breakpoint set in code which is loaded into Flash and then runs from RAM. The breakpoint is set in RAM region where the code runs. Sometimes this breakpoint halts the code, sometimes it does…