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

STM32F407 Discovery stuck with mems mic recording

Posted on April 27, 2017 at 09:38Hi AllI have been through the audio playback and recording exampleI need to extract raw PDM from Mic and I have followed from the example and included necessary steps as described in libraryBut still I can't get any ...

How ''Disable Read Out Protection'' ?

Posted on October 03, 2012 at 18:13I have demoboard with STM32F417 and ST-Link v2. After some software fault, read out protection was activated. STlink utility print 20:07:57 : Connected via SWD.20:07:57 : Device ID:0x411 20:07:57 : Device family :S...

musatoff by Associate II
  • 12503 Views
  • 10 replies
  • 0 kudos

STM32 HAL_UART Receive

Posted on July 11, 2016 at 20:15We are using HAL_UART_Receive function as mentioned below in the code for testing:while(__HAL_UART_GET_FLAG(&huart1,UART_FLAG_RXNE)== RESET){};      {       for (uint8_t i=0; i < 5 ; i++)       {        HAL_UART_Recei...

vimmi by Associate II
  • 427 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F412 CDC feature fail from STM32CubeMx

Posted on April 26, 2017 at 04:42I using STM32CubeMx generate code for STM32F412 USB CDC mode, but it's not work. However, I using STM32F072 MCU that it's work now.Could anyone tell me what happened? 

Hugo Lin by Associate II
  • 542 Views
  • 2 replies
  • 0 kudos

Resolved! Minor error in CMSIS-mandated device headers (yes, in Cube)

Posted on April 26, 2017 at 12:22[STM32Cube_FW_F4_V1.15.0]\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4*.h:#define USART_CR1_TXEIE               USART_CR1_TXEIE_Msk                      /*!<PE Interrupt Enable                    */The comment i...

STM32F103 SPI configuration troubles

Posted on April 24, 2017 at 18:18 Hi all, I'm having hard times in configuring SPI communication with a M95128 eeprom; I'm using SPI1 on a STM32F103 mcu, with following connection scheme: PA.04 -> ~S (CS) PA.05 -> C (CLK) PA.06 -> Q (...