STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L053 timer modul for waveform generation

Posted on August 12, 2015 at 09:35 Good morning everbody, I am currently using a STM32L053C8 and I want to generate a square waveform. My APBx timer clock is 8MHz and can't be rised. Is it possible to generate a 8 MHz squrae waveform at ...

fabian23 by Associate
  • 338 Views
  • 0 replies
  • 0 kudos

STM32F103 PWM Interrupt not working (UPDATED)

Posted on August 06, 2015 at 09:43Hi allI have a problem. I am trying to update the PWM duty cycle using TIM1 update interrupt. In the interrupt I write values to the TIM1 CCR1, CCR2 and CCR3 registers. When I run the code nothing happens.Have I mis...

STM32 DMA differenct src & dst memory increments

Posted on July 31, 2015 at 08:55Hi Everyone,Does STM32 DMA controller provide options to perform following copy procedureSay the data in the source memory as follows. (x, y are 16 bit each)Source Memory:x1 ,y1,x2,y2.,.,xn ,ynI want to copy to destin...

hari by Associate II
  • 605 Views
  • 3 replies
  • 0 kudos

UART forwarding

Posted on July 14, 2014 at 15:44 Hello there, I am trying to read in serial data from UART2 Rx and retransmit out to UART3 Tx. I am using the STM32CubeMx code generator with the F4 discovery board. Both UART are configure to the same baud rate. ...

jephua by Associate II
  • 1402 Views
  • 8 replies
  • 0 kudos

Illegal space in header file in Cube FW F4 1.6.0

Posted on June 15, 2015 at 09:40There’s an extra space in the definition of ETH_MAC_READCONTROLLER_ FLUSHING in stm32f4xx_hal_eth.h. See attached for patch.Also present in previous versions (back to 1.3, at least). Should have reported it before, so...

stm32 evaluation board & printf in Keil uVsion5

Posted on August 06, 2015 at 00:25Hi everybody, I think i tried anything i could have in mind so i decided to start a new discussion... Material : - Evaluation board with stm32l152RCT6 with st-link integrated My question is : Is anybody tried to us...

lartigue by Associate II
  • 1091 Views
  • 8 replies
  • 0 kudos

How to configure ADC Dual mode to be as fast as possible

Posted on August 11, 2015 at 20:21Hi.Currently, I have configured ADC regular simultaneous dual mode for 8 AD conversions. 4 of them on ADC1 (master) and other 4 on ADC2 (slave). I transfer results via DMA as 4 32-bits words into my destination arra...

matic by Associate III
  • 607 Views
  • 4 replies
  • 0 kudos

USB Data Transfer at High Speed

Posted on August 11, 2015 at 12:28Good afternoon to everyone!I want to develop a system around the stm32f4discovery hardware (I own this board) that acquires data from peripherals (one IMU, GPS and internal ADC) and ships it through USB to a HOST PC...

pedro2 by Associate II
  • 2352 Views
  • 7 replies
  • 1 kudos

Flash page erase problem. stm32f103vb

Posted on August 11, 2015 at 18:26Im having an issue erasing pages of flash. During my bootloader application while receiving a block of data I erase the page and then write the data. During testing I have the messaging protocol setup to just read t...

USART example code for Nucleo F401RE

Posted on March 26, 2014 at 04:16 Via Virtual COM port built into ST-LINK // STM32 USART2 (Tx PA.2, Rx PA.3) STM32F401RE NUCLEO - sourcer32@gmail.com #include ''stm32f4xx.h'' /**********************************************************...