User Activity

Posted on December 27, 2015 at 15:58Hi.I am trying to work with STM32L051x8 MCU (IAR 7.2 IDE) with 2 USART ports in combined mode:1)      RX define and operate in Interrupt mode.2)      TX define and operate in DMA mode.When I configure RX and TX to...
Posted on May 16, 2015 at 11:29Hi.I work on STM32F4 MCU. For current project I work with 3 PWM are configured on TIM1 and Channels 1, 2, 3, GPIOs PE9, PE11, PE13.Every channel configured with 60 degrees shift. When I do ''Enable'' for all channelsTI...
Posted on May 02, 2015 at 16:41Hi.I am working with STM32F4 MCU and looking for help in the next question: I need to do PWM 3 channel with shift phase 120 degree on the start PWM operation. For example, PWM CH1 with 0 degrees, PWM CH2 with 120 degre...
Posted on July 29, 2014 at 14:44Hi.I use Nucleo board with STM32L0x3 MCU. There are special sequence for EEPROM TYPEPROGRAM_BYTE process? I can write 4 bytes data (TYPEPROGRAM_WORD) but can't write 1 byte data (TYPEPROGRAM_BYTE):uint32_t Address = 0...