RS485 Communication with TI MCU’s

In embedded systems and the industrial automations, RS485 communication is one of the most standardised protocol are used due to its ability to handle long-distance communication through wired and supports multiple devices (master/slave) on a single bus. If you are looking to integrate RS485 into your project with a Texas Instruments (TI) microcontroller like CC1310,…

Read More

How to use DAC in SPI Mode (TI DAC8551)

Digital-to-Analog Converters (DACs) play a major role in the embedded systems by translating digital values into analog voltages. To interface the DAC8551 (TI) using SPI on a TI microcontroller platform, leveraging TI’s driver libraries for clean and modular code. It can be used to modulate the output voltage via a program through the SPI interface…

Read More