STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 F4 rendering performance

Posted on April 19, 2013 at 05:54I'm working on a project use a F4 MCU. Its clock speed is 168MHZ. The resolution of my LCD is 320 * 480. After some testing, I got some figures. Rendering a full screen by direct accessing LCD controller by MCU can r...

leon23 by Associate II
  • 747 Views
  • 4 replies
  • 0 kudos

I2C CPAL Basic EEPROM Example

Posted on April 23, 2013 at 16:37Hello, I'm using STM32F207 on a Olimex board. I wired a Microchip EEPROM (24LC512) to PF0 and PF1 to use with I2C2. The problem I have is that in sEE_WritePage() I cannot get pass the I2C_Send7bitAddress(sEE_I2C, sEE...

yuvalk by Associate II
  • 267 Views
  • 0 replies
  • 0 kudos

MCU Voltage Level vs USB FS

Posted on April 23, 2013 at 07:36Hi,My F4 MCU is running at 2.8V, but I need to use USB OTG FS peripheral.MCU is device mode (peripheral mode) and not bus powered, I only use vbus, for detect dm-dp signals entity.Data is bidirectionalVBus, DM,DPBut,...

auzgec by Associate II
  • 569 Views
  • 2 replies
  • 0 kudos

SPI Slave - Data received with errors

Posted on April 17, 2013 at 00:35I'm working with two STM32L151 communicating them via SPI port A-Master and B-Slave. I can only receive data correctly in B-Slave if I switch off transmission but I want full duplex in master and in slave. I can't ei...

friquero by Associate II
  • 409 Views
  • 2 replies
  • 0 kudos

Timers timing thorough explanation, please...

Posted on April 22, 2013 at 17:19Hi all, I know it was disscused many times over the forum but still I can't get the correct results for the timer setting in PWM mode... Can someone explain to me step by step how to understand timers timing, please?...

jamsoft by Associate II
  • 1066 Views
  • 5 replies
  • 0 kudos

why winsock cannot get my UDP packet ?

Posted on December 28, 2012 at 15:01 #include ''stm32f4xx_conf.h'' #include ''ethernet.h'' #include <stdio.h> #include <string.h> //source IP #define S_IP1 192 #define S_IP2 168 #define S_IP3 1 #define S_IP4 100 //dest IP #define D_IP1 ...

0690X00000602jIQAQ.jpg

Issue with timer interrupt routines

Posted on April 14, 2013 at 12:25Hello all, I've run into the following problem with the program execution. On the STM32f4 Discovery board I've configured two timers with the IRQ routines for measuring two external PWM signals. This works excellentl...

jamsoft by Associate II
  • 1786 Views
  • 7 replies
  • 0 kudos

STM32F4 + EEPROM + I2C interrupts

Posted on April 22, 2013 at 16:17 Hi I am trying to read 4 consecutive registers from an EEPROM using I2C through interrupts. The Start Generation is done inside an EXTI interrupt handler after the user button is Pressed. The rest of the read...

Problem on my USART

Posted on April 19, 2013 at 10:13Hi everybody, I got a strange problem on my USART3 of my STM32F205VE. The UART is working perfectly up to 19200 bauds. With a terminal, I can see my sentences, with the oscilloscope my bit period is OK. I would like ...