How to Add Fonts to Hy-32D TFT
Posted on May 13, 2014 at 06:08Do any body have idea how to add different fonts to Hy-32D TFT. #add-fonts-to-hy-32d-tft
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on May 13, 2014 at 06:08Do any body have idea how to add different fonts to Hy-32D TFT. #add-fonts-to-hy-32d-tft
Posted on May 16, 2014 at 04:05 Hello, I have problem to get the ADC alignment feature working. config: STM32F407 on discovery board, Adjustable voltage (0 to 3V) connected to PA3 ADC resolution set to 12b Whatever alignmen...
Posted on May 16, 2014 at 02:41Hi,I have an STM3210E-EVAL kit and have replaced the 103xx with 205xx (with the pin mods of course) and using STM32Cube to port over the connections of the 3210E-EVAL to an empty 205xx project.When assigning NOR flash ...
Posted on May 10, 2014 at 11:18Hi friends, i am new to STM32 , and i want to design a motor driver of my own (i.e BLDC). can anybody tell me which development board will suit for this, and i have also attached the motor specification k...
Posted on May 13, 2014 at 22:53 hello All, i want to start an ADC with DMA in a timer(5) interrupt routine. when i test timer and adc individually they work right. but when i insert ADC start, in timer isr the timer and adc works once and the...
Posted on May 15, 2014 at 15:46I'm trying to connect my STM32F100 Discovery board to a sensor using the I2C bus. The sensor resides on a breakout board and I am using clip leads to go from my Discovery board to the breakout board. How would I config...
Posted on May 13, 2014 at 17:03 Hi all, As I have basically spent the whole day on this problem, trying to figure it out by myself, I am hoping to get some help from someone more experienced. My setup is the following: -(olimex s...
Posted on March 13, 2014 at 16:18 Hi guys, I've been working on a bootloader program which is loosely based around the FW_Upgrade demo for the STM32F4 discovery board. My Bootloader so far correctly finds a file on a USB stick and downloa...
Posted on May 15, 2014 at 16:57I am use STM32F050F4P6 as I2C slave device with address 0xC8But it not workWhen i send 0xC8 or 0xC9 from master, STM32F0 is not ack and not workPlease help mecode main.c[CODE]#include <stm32f0xx.h>void Init(void);void ...
Posted on March 08, 2014 at 14:46I got the DMA working fine with SDIO , i can read multiple blocks ok , but when i try write multiple blocks , i get TX underrun error in the SDIO , and i can also see that there is a FIFO error in the DMA , which i d...