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

STM32F439xx Dual Bank jump

Posted on November 12, 2015 at 13:54Hello,I have 2 custom application codes, one for bootloading and the other for the functional app. Bootloader resides in the first flash mem sector 0x8000000.If the app resides inside the first mem bank (same as b...

afduarte by Associate II
  • 234 Views
  • 1 replies
  • 0 kudos

STM32-MAT/TARGET Compiling using simulink error

Posted on November 20, 2015 at 20:40 Hi, I am trying to use simulink to generate code for my STM32F4DISCO. I have the STM32F4Discovery addon on matlab. I have the STM32-MAT/TARGET with the patch. STM32CubeMX and Atollic studio are insta...

marcelo by Associate
  • 241 Views
  • 1 replies
  • 0 kudos

No page erase in STM32F215

Posted on November 23, 2015 at 09:33Hi Guys,I am not able to find any option for page erase of internal flash in docs as well as examples. Is it that the STM32F215 MCU supports only sector and chip erase for its internal  flash.regards,Sanjeev

chota by Associate
  • 238 Views
  • 2 replies
  • 0 kudos

USB HS HOST Error

Posted on November 21, 2015 at 18:40The original post was too long to process during our migration. Please click on the attachment to read the original post.

geladari by Associate
  • 223 Views
  • 2 replies
  • 0 kudos

stm32f407 + expansion board ethernet

Posted on November 22, 2015 at 14:49Hi all, I am trying to create stm32CubeMX project to use with stm32f407 with expansion board ethernet but except lights going on ethernet port nothing happens when trying to use socket API with FreeRTOS. Also trie...

using HAL SPI drivers to read and write to SPI

Posted on November 22, 2015 at 17:33hi there!writing fine to SPI slave, however, when trying to read, writing stops working: for(;;){ for (i=0; i<=128; i++){ Pot0Write(i); Pot1Write(i); //  res0=Pot0Read(); //  res1=Pot1Read();  printf(''%5d:  POT0...

barry2 by Associate
  • 251 Views
  • 0 replies
  • 0 kudos

Crazy UART

Posted on November 21, 2015 at 23:23Dear All, I use STM32F415VGTx to establish connection with another node using UART4 (PA0 and PA1 pins) (8bit, 1 stop bit, no parity) using baudrate 10400 (also tried 9600). I have configured USARTs of the same MCU...

davhak by Associate II
  • 267 Views
  • 2 replies
  • 0 kudos

Handling UART errors with HAL

Posted on November 16, 2015 at 02:29 Looking for guidance on how to robustly handle UART errors using HAL. Got a two-board app communicating based on the UART_TwoBoards_ComIT example and various forum messages, but any sort of error throws it in...

Labels