Sonsivri

Electronics => AVR, 8051 Family and ARM Area => Topic started by: burgic on May 20, 2020, 12:37:43 00:37



Title: LCD2Wire STM32 library
Post by: burgic on May 20, 2020, 12:37:43 00:37
Hello,

Few years ago I ported the source code I used for LCD2Wire for 8-bit PIC to STM32F1xx MCU.
It is a simple library and can be upgraded in many ways (but it serves it's purpose as is right now).
Therefore, it can be easily reused for other (STM32) MCUs.

Schematics and source code are attached.

Cheers!


Title: Re: LCD2Wire STM32 library
Post by: burgic on April 16, 2021, 01:48:28 13:48
Update!

The new schematics and PCB layout attached.


Title: LCD2Wire STM32 + MSP430 library
Post by: burgic on May 13, 2021, 07:53:19 19:53
Considering the lack of STM32 MCUs on the market due to the reduced production, I've decided to switch (temporarily) to the MSP430 MCUs as they are still available in large quantities at Mouser.
Given this, I had to start with some demo to learn about the MCU itself. Is there a better way than to integrate/port existing source code from another MCU?

In the attachment, there is a demo application driving the LCD display over the LCD2Wire interface.
Feel free to reuse it for your needs.

Cheers!