STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

CubeMX 4.12.0 broken LwIP

Posted on December 15, 2015 at 18:08It seems that in version 4.12.0 LwIP is broken. Code that worked with previous version was running without problems. Migration made code stop working. Tested on Stm32f407 discovery + expansion board (LAN8720).

STM32F7 GCC printf

Posted on July 17, 2015 at 04:14 Hello. I'm trying, for the first time in my life,to implement the printf/scanf functions on GCC. I managed to get the UART working in interrupt mode but somehow I can not do the easiest part. That is, I...

pedro by Associate II
  • 971 Views
  • 6 replies
  • 0 kudos

NSS hardware control works on 407VG, but not on 405RG

Posted on February 04, 2016 at 10:18Hi, I want to use the hardware control of SPI3-NSS pin. I wrote a code for it on the Discovery board with the STM407VG and it works as intended. I use the drivers from the older Discovery bundle, not the STMCube. ...

denny2 by Associate II
  • 853 Views
  • 9 replies
  • 0 kudos

Make use of the 64k CCM

Posted on January 11, 2012 at 11:08I've spent (too many) hours trying to figure out how to use the CCM for something useful. And with useful I mean easy access from my code written in C. I use GNU GCC, etc (the Yagarto toolchain). At first I thought...

jorgen2 by Associate
  • 4847 Views
  • 44 replies
  • 0 kudos

[HELP]Getting Started Using WATCHDOG

Posted on February 04, 2016 at 10:22 Hello, I just learn about stm32 programming. I am using STM32L053 discovery board. Right now i learn about how implementing watchdog in my code. Here my code int main(void) { /* Reset of all ...

dree86 by Associate II
  • 570 Views
  • 2 replies
  • 0 kudos

CubeMX upgrade clobbered my IAR project

Posted on December 01, 2015 at 22:59I upgraded from CubeMX 4.10.1 to 4.11.0.Problem 1 (maybe not a big deal)When I opened my project, it said I didn't have library version 1.3.0.  Which I do have.  It offered to migrate to 1.4.0 or download 1.3.0.  ...

Question about HAL_UART_Transmit?

Posted on February 04, 2016 at 14:56Guys, How can I print fr to UART ?  fr = f_open(&MyFile, ''STM32.TXT'', FA_CREATE_ALWAYS | FA_WRITE); HAL_UART_Transmit(&huart1, fr, 32, 1); // Debug I got this error : ..\Src\main.c(85): error:  #167: argument o...

ADC voltage calculation inaccurate

Posted on February 05, 2016 at 01:50I am using a STM32F072RB discovery board and trying to calculate the voltage on a pin (PA1). I attached VDDA to the pin and measured the voltage with a voltmeter and it is 2.97 V.The raw value that is read using a...

hassan2 by Associate II
  • 329 Views
  • 1 replies
  • 0 kudos

Recommended SDR SDRAM on FMC

Posted on February 04, 2016 at 23:31Hello I am planning to use 16MB SDRAM on F469 for grx applications. I would need something that works seamlessly with FMC on F469. The F429 Discovery Kit uses 8 MB from ISSI but winbond offers the same size for mu...