ankitpatel9300 / Capstone-Project--Summer-2020

Capstone Project work- EMBT
MIT License
0 stars 0 forks source link

Need to Change MCU from LPC1769 to STM32F4 #8

Closed ankitpatel9300 closed 4 years ago

ankitpatel9300 commented 4 years ago

At this point, we are facing a library support issue with LPC1769. While Doing Time-bound projects, Library and Community support for selected MCU plays a crucial role and saves time. After working with LPC1769 for some time, learn that it lakes support. Writing low-level libraries from scratch needs a lot of time.

Fortunately find similar MCU(STM32F4), a little bit more advanced, and having good support for the library and different interfacing. This MCU is based on Cortex-M4 and has all the peripheral that LPC1769 has.

This are the reason we requested professor to change MCU in the project.

ankitpatel9300 commented 4 years ago

Found some discussion on online community about the issue of this interfacing. Maybe Pin Transition speed of LPC1769 and HX711 varies little bit. Causing the data loss in interfacing.