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

Resolved! STM32 clock configuration

Posted on July 14, 2015 at 07:15I am a beginner in STM32. Recently I surf the Internet and find some codes written by others. They all says that the RCC should be configured at first as follow: 1. Reset the RCC register; 2. Open HSE; 3. Wait for HS...

Yihao Guo by Associate II
  • 1623 Views
  • 2 replies
  • 0 kudos

Where can I find ''main.h''

Posted on July 17, 2015 at 05:54Guys, where can I find ''main.h''....? I use Keil MDK... Thanks I read from : ''Developing applications on STM32Cube with LwIP TCP/IP stack '', page 39 How do I choose between static or dynamic (DHCP) IP address alloc...

Need help with simple 3-channel ADC reading

Posted on July 17, 2015 at 18:46I'm new to the STM32 and am trying to read three ADC channels on an F0 part.  I've used the STM32CubeMX utility to configure my hardware and then have looked over some of the ADC examples in the STM32Cube_FW_F0_V1.2.0...

MFX docs?

Posted on July 17, 2015 at 00:17The user manual for the STM32L053 discovery board shows an ''MFX'' module that looks like it does interesting things, including perhaps measuring the current consumed by the chip. Is there any documentation / app note...

lee23 by Associate II
  • 322 Views
  • 3 replies
  • 0 kudos

freeRTOS task not working

Posted on July 07, 2015 at 18:51Hello there, I wrote this simple code to test freeRTOS on my stm32f4 discovery , the code compiles nicely and give no errors but BlinkLedTask does not Blink the led on the board.#include <stm32f4xx.h> #include <misc.h...

monta by Associate II
  • 476 Views
  • 6 replies
  • 0 kudos

STM32F051 Custom board circuit

Posted on July 02, 2015 at 14:32Hello there, thank you for taking a look at my discussion , I designed the following custom STM32F051 board circuit and before sending it for manufacture I thought like posting it here to verify if everything will wor...

0690X00000605FuQAI.png
monta by Associate II
  • 405 Views
  • 6 replies
  • 0 kudos

STM32 SPI with DMA, DMA complete but SPI_BSY still

Posted on July 15, 2015 at 22:47Here is my scenario: SPI communications from STM32 to an FRAM NV device using SPI3. STM32 is SPI master, and SPI3 is set up to use the appropriate DMA channels for both RX and TX. The cube tool was used to setup the p...

gwillette by Associate II
  • 1314 Views
  • 4 replies
  • 0 kudos

STM32L152RET6 usb dfu bootload

Posted on July 17, 2015 at 16:19I am trying to initiate a bootload via firmware from a STM32L152RET6 over USB.When I have Boot0 and Boot1 pin configured via jumper hardware and reset processor the Dfuse program recognize the bootloader and I can dow...

oallen by Associate
  • 376 Views
  • 3 replies
  • 0 kudos

cubemx v4.8 - fatfs

Posted on July 01, 2015 at 17:36Hello,I used to be happy with fatfs and cubemx (probably a little more with fatfs rather than cubemx).In 4.8, cubemx include a file called ''fatfs.c'' that cannot be compiled because inexistant. ''fatfs'' may be a dir...

tarzan2 by Associate III
  • 145 Views
  • 2 replies
  • 0 kudos

STM32F407 ITM

Posted on July 01, 2015 at 17:36 Hello I want to use ITM Port 0 on a STM32F407 with a Keil µVision I wrote printf(''TEST''); with the following hook int fputc(int c, FILE *stream) { return(ITM_SendChar(c));...

Labels