Tool/software: Code Composer Studio
I want to write a code with interrupts that shows weights of small objects on lcd ı need a code for beginning please ı need help
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
I want to write a code with interrupts that shows weights of small objects on lcd ı need a code for beginning please ı need help
Hi Ahmet,
HX711 is a 24bits ADC chip. If you need to communicate with this chip, the DOUT and PD_SCK pins are used.
This is not a general protocol. You can implement it using the GPIO port according to the HX711 datasheet timing.
The basic reference code is attached below (MSP430G2xx):
http://dev.ti.com/tirex/explore/node?node=ALcggqpFZgTK5BpcM2-CqQ__IOGqZri__LATEST
Best Regards
Johnson