Part Number: TMP126 Other Parts Discussed in Thread: , INA229 Tool/software: Hi,
I am using an STM32F469BIT7 microcontroller to communicate with the TMP126 chip via the SPI1 bus. However, I am encountering an issue where the chip does not respond to…
Part Number: TMP126 Other Parts Discussed in Thread: TMP127 Tool/software: Hi,
We want to use TMP126 with another SPI IC using the same SPI of the microcontroller.
Right now we have the follow:
But i don`t sure that work for the 10kohm resistor. Can…
Part Number: TMP126-Q1 Other Parts Discussed in Thread: TMP126 , TMP127 Tool/software: Hello, I am using tmp126 with ISO-SPI Communication.(LTC6820)
but i can't read device id.(0x2126)
//SPI-Master #include<SPI.h>
byte masterSend, masterRece…
Part Number: TMP126-Q1 Other Parts Discussed in Thread: TMP126 Tool/software: A follow-up question on the turn around between write and read to/from the TMP126.
The previous tread said that the turn around between write and read is on the first falling…
Part Number: TMP126 I am using stm32f2 series as master to access data from TMP126.
SPI configuration:
Full duplex master mode
mode: CPOL=0 CPAHASE=0 (mode 0)
data size=8bit
First bit= MSB
when i read single register first time after dumping or restarting…
Part Number: TMP126-Q1 Other Parts Discussed in Thread: TMP126
I have been trying to read from a PIC24 running SPI at 31Khz
Sending a 0x01, 0x0C, 0x00, 0x00 to get Device ID returns 0x21 0x26 as expected.
Sending 0x01, 0x00, 0xFF, 0xFF or any other…
Part Number: TMP126-Q1 Other Parts Discussed in Thread: TMP126 When exactly does the SIO pin change from input to output?
The data sheet only says "During a read command the TMP126-Q1 will control the SIO pin after the command word ."
It doesn…