STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

printf problem in atollic truestudio stm32f103

Posted on December 15, 2015 at 10:05Hello, i am new to 32Bit world i am using Atollic Lite the update version. my IC was STM32F103C8 and STM32F10x Standard Peripherals Library Drivers update History V3.6.1. I need to use printf to print thing to US...

FLast.11 by Associate III
  • 577 Views
  • 2 replies
  • 0 kudos

STM32429I-EVAL1 - PWM with different freq from same Timer

Posted on December 26, 2014 at 15:14hey,I would like to know if I can use with different channels of the same TIM and get different freq for each channel (i am NOT talking about Duty Cycle).if there is an options, how i config this parameter?  #p...

problems downloading STM32F7 discovery demo into board

Posted on December 27, 2015 at 15:07Hi, I'm using Keil V5 and loaded the standard demo software (Garden control, home alarm, vnc server, ....). I can compile the project without problem but when downloading int it to board, I get message that there ...

Osto by Senior
  • 572 Views
  • 4 replies
  • 0 kudos

Difference between 'stm32f10x_gpio' and 'GPIO_STM32F10x'

Posted on December 17, 2015 at 20:57Hello I have just been using the ''CMSIS-RTOS Blinky'' example that comes with the STM32F103 pack. This example uses GPIO_STM32F10x for the GPIO driver. I have been more familiar with stm32f10x_gpio when creating ...

ron_w by Associate III
  • 385 Views
  • 1 replies
  • 0 kudos

110 baud stm32f103

Posted on December 25, 2015 at 12:33 Hello, I am using STM32F103, library versionV3.1.2. I have to use USE, USART2 and USART3. I am trying to set 110 baud but usart2 and usart3 doesn't work correct. I see these 3 peripheral clocked by APB1. ...

STM32Cube Ethernet Demos on Discovery

Posted on December 23, 2015 at 01:12Hello guys! I'm trying to use the ''LwIP_HTTP_Server_Socket_RTOS'' demo for the STM324G evaluation board on a STM32F4Discovery with an external DP83848 PHY. Initially the demo works quite good with multiple TCP co...

Transferring data from 2 FMC devices possible?

Posted on December 27, 2015 at 04:52Dear all, I have been going through U-Boot code by Emcraft on STM32F7.  They sell a board that connects a 32 MB SDRAM and a 16 MB NOR flash to STM32F746.  When interacting with the NOR flash, they put the SDRAM to...

hmc by Associate III
  • 542 Views
  • 3 replies
  • 0 kudos

Comment error in stm32f4xx_hal_dma.c V1.4.3

Posted on December 24, 2015 at 23:33In function HAL_DMA_IRQHandler(), there is a typo in a comment. Line 777 should say:         /* Current memory buffer used is Memory 0 */ and line 786 should say:         /* Current memory buffer used is Memory 1 ...