User Activity

Hi all,I'm using SPI to communicate with an Adafruit 2.8" TFT LCD, (ILI9341 based). This is mostly working fine, I can plot pixels, draw lines, circles fonts etc. So the communication with the display is working. The STM end of things is a Nucleo 64 ...
Posted on July 12, 2018 at 15:40Hi all,I'm trying tho get a USB flash drive working in USB host mode. I'm using an STM32F105RCT chip which I have mounted on a Nucleo F103RBT board.The chip is working an I can program it, will respond on the USART ch...
Posted on July 01, 2018 at 19:20Hi All, Having got the USART working, and being able to exchanged data via the serial port I want to try and drive an Adafriuit IIC backpack. This uses the Holtek HT16K33 driver chip.I have connected the backpack's SC...
Posted on June 20, 2018 at 11:03Hi All,I'm just getting started with STM32 micros but have previously used Atmel AVRs in several projects (in both C and asm), so I'm not new to microcontrollers, just this platform I'm currenbtly using the NEUCLEO-F1...