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

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
  • 587 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
  • 540 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
  • 1476 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
  • 428 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
  • 182 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));...

Is stm32cubemx v4.8 a beta?

Posted on July 01, 2015 at 17:05Hello,Since I had only bugs with previous versions, I have updated the cubeMX package. It produce the same bug in all following configurations :- cubeMX + IAR- cubeMX + SW4- cubeMX as eclipse plugin + SW4Create a new ...

tarzan2 by Associate III
  • 902 Views
  • 10 replies
  • 0 kudos

STM32F411RE NUCLEO board doesn't work

Posted on July 17, 2015 at 13:55 Good day, I'm pretty new with stm32 microcontrollers and I have some trouble, so I would like to ask you for help. Yesterday I downloaded Visual Studio and VisualGDB for programming. Everything worked...

ugniues by Associate
  • 361 Views
  • 2 replies
  • 0 kudos