STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

how to use ''printf''?

Posted on February 09, 2017 at 14:47I'm using examples of project  'UART_Printf'. But I can't use printf. I set uart1. and I checked that uart1 tx/rx works. I added below code to my source. &sharpinclude 'stdio.h'&sharpifdef __GNUC__/* With GCC/RAIS...

STM32411RE printf

Posted on October 01, 2016 at 20:58How can I print data acquired from a gyroscope on RealTerm using printf. I'm using a STM32F411RE and I used CubeMX to set registers.  Thanks! #printf

marco3 by Associate II
  • 1157 Views
  • 7 replies
  • 0 kudos

stm32l4 iot BSP

Posted on June 03, 2017 at 03:54When will the MXCube library add support in STM32L4 for the iot board?  It is not in the latest 1.8.0?

STM32CubeMX for EWARM - Workspace name

Posted on June 20, 2017 at 15:00STM32Cube always generates EWARM Workspace file 'Project.eww'. No matter if settings  like 'L476_1' are used for project name. How to control workspcae name out of STMCube32MX?Best regards

JuM by Senior
  • 987 Views
  • 3 replies
  • 0 kudos

STM32CubeMX Creat debug and release projects

Posted on June 20, 2017 at 12:58Using STM32CubeMX (use V4.21.0) one can 'Generate Code' for e.g. the IAR EWARM toolchain.If creating a new project in EWARM standalone, then EWARM creates two Projects Debug and Release.Any way to tell STM32CubeMX to ...

JuM by Senior
  • 493 Views
  • 2 replies
  • 0 kudos

STM32F103 Tim1 PWM

Posted on January 22, 2018 at 07:48hi,I am using SMT32F103VE, try to use TM1_CH1 ouput PWM at GPIOA_8, it can output correctly in debug mode with J-link, but can't output in normal mode(Power up after flash).The below is code. TIM_TimeBaseInitTypeDe...

kent gu by Associate III
  • 2428 Views
  • 10 replies
  • 0 kudos

FatFs F4 SDIO broken on latest CubeMX

Posted on May 30, 2017 at 01:36The latest version of CubeMX (4.21) with F4 Libs (v1.16) using the SDIO controller seems to have broken FatFS support.  ff.c needs a file that declares the character sets being used because it contains a couple of util...