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

STM32F429i-Disco GPIO reset state

Posted on October 04, 2016 at 11:17Hello,I've a problem with the reset pushbutton state in the STM32F429i-DISCO: when I push the button I see that some pins are not in the three-state but are pulled down even if there are no other logic that make th...

marabini by Associate
  • 199 Views
  • 1 replies
  • 0 kudos

stm32f4 discovery - DM-STF4BB Working Ethernet example

Posted on October 04, 2016 at 13:18Hi,            I'm currently working with stm32f4 discovery - DM-STF4BB(DevKit407) board. i want Ethernet code reference links or a working sample code for the stm32f4 discovery - DM-STF4BB. I have searched in inte...

LRPS_92 by Associate II
  • 357 Views
  • 2 replies
  • 0 kudos

HAL SPI DMA Problem by fail Transfer

Posted on September 30, 2016 at 14:32 Hello, i hope you can help me. I am using a stm32f303rct6 and activated the spi interface with dma. The Frame is 8 byte long. The tx an rx works pretty good. But now i am testing some error condition...

tino1 by Associate II
  • 227 Views
  • 1 replies
  • 0 kudos

STM32F205RG USART1 transfering not same string.

Posted on October 04, 2016 at 07:17Hello, everyone. AccessPort app was used for test. AccessPort prints ''0x00, 0x55, 0x55, 0x55, 0x55, 0x55, 0x79, 0x3D'' Test code is as follows; int main(void) {     char szTemp[8] = {0x55, 0x55, 0x55, 0x55, 0x55, ...

tony1987 by Associate
  • 169 Views
  • 2 replies
  • 0 kudos

STM32F030 and X-CUBE-WIFI1

Posted on October 03, 2016 at 21:22Hi all, I'm developing a solution with a STM32F030 and a serial-to-WiFi module SPWF01SA. I downloaded the expansion package X-CUBE-WIFI1 from ST website that provides sample implementations for others NUCLEO like a...

Problems setting up clocks, STM32F401RE

Posted on October 04, 2016 at 09:47Hello I am using a nucleoboard and am trying to set up all the clocks using this: RCC_ClocksTypeDef RCC_Clocks; RCC_HSICmd(ENABLE); RCC_HCLKConfig(RCC_SYSCLK_Div1); RCC_PCLK2Config(RCC_HCLK_Div1); RCC_PCLK1Config(R...

Bug on USB DEVICE EP0StartXfer ?

Posted on October 04, 2016 at 11:43Hi, I made a small project for USB device with STM32F415, but I have a problem. I receive setup data from the PC on EP0 , but when I write data (which should come out from Device to Host) these data not exit.Moving...

Marco1 by Associate II
  • 162 Views
  • 1 replies
  • 0 kudos

Which interrupt for complete uart transfer with DMA

Posted on September 13, 2016 at 15:07Hi, With STM32L1, I need to know when a frame transmition is complete when sent on uart using DMA. By complete, I mean, the last bit has been sent on the line because I need to activate a buffer when data is tran...

JulienD by Senior
  • 170 Views
  • 4 replies
  • 0 kudos
Labels