Questions tagged [truestudio]

Atollic TrueSTUDIO is a C/C++ IDE dedicated for STM32 microcontrollers.

IDE specific for STM32 microcontrollers, especially STM32 and is based on the Eclipse IDE.

Website: Atollic TrueSTUDIO

47 questions
-1
votes
1 answer

How to read data from external ADC MAX144 using STM32 microcontroller

I am facing a problem for last week in reading data from external ADC MAX144 using SPI and STM32L452. The confusion is how to receive data in buffer as there is no memory address or control register address is mentioned in the datasheet of ADC. The…
-1
votes
1 answer

SPI Communication Problem Between STM32F-Discovery and MAX31856

I was trying to communicate my STM discovery board with MAX31856 using SPI communication. According to datasheet, I should send address byte first, then data bytes following. I am currently able to write to registers but when i try to read the data…
1 2 3
4