HX711 LOAD CELL on STM32G0B1RCT6
HI,
i am trying to interface the HX711 Load Cell to STM32G0B1RCT6 Microcontroller.i using internal clock source(HCLK = 16MHz) and its reading good.
Load Cell Value: 8220309
Load Cell Value: 8221048
Load Cell Value: 8221228
Load Cell Value: 8221368
Load Cell Value: 8221045
Load Cell Value: 8220950
Load Cell Value: 8221202
To interface an HX711 load cell with an STM32G063ZIT6 microcontroller using an 8 MHz external crystal to generate a 64 MHz system clock, its not reading properly i am getting same value of
Load Cell Value: 8388608
Load Cell Value: 8388608
Load Cell Value: 8388608
Load Cell Value: 8388608
Load Cell Value: 8388608
Load Cell Value: 8388608
Load Cell Value: 8388608
Load Cell Value: 8388608
Load Cell Value: 8388608
My question is Why does it print this repeated value whenever I connect the external crystal, and how can I correct this problem?
NOTE: i am not enable any Drivers, im using only GPIO Configuration
