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

Mutex never received

Posted on November 19, 2016 at 23:50 Hey guys, I'm having some problems with mutexes. I'd like to take a mutex but could never obtain it. Not even directly at startup. my function looks like this USB_ERROR_LIST creat...

STM32F030 Read protect

Posted on November 21, 2016 at 09:49Hi Support,I would like to confirm that by setting register OB->RDP = 0x11; in my source code will stop read action ONLY from being performed when using the RS232 bootloader. If i needed to do firmware updates usi...

older versions of cubemx and cube firmware libraries

Posted on November 21, 2016 at 15:39Hi,Is there somewhere I can obtain older versions of cubeMX and the cube firmware libraries?since ST doesn't seem to maintain backward compatibility, I need cubeMX v4.14.0 and the stm32f4 cube library v1.11.0Thank...

leet1 by Associate II
  • 401 Views
  • 3 replies
  • 0 kudos

STM32F4XX PA0 WKUP from STANDBY issue

Posted on November 21, 2016 at 15:42I am having unreliable behavior with PA0 wakeup the chip from standby. If I just did a cold power cycle, the WKUP works, after I do several cycles ofWKUP--RUN APPLICATION--GOTO STANDBYthe chip does not wakeup or r...

Bug CubeMX 4.17 STM32F303 after emigration

Posted on October 14, 2016 at 11:12 Hello. i am using Cube MX 1.17 and the firmware package 1.6 on the STM32F303xC. After emigration from the related CubeMX version to the new i am getting a syntax error by new compiling the code. Th...

tino1 by Associate II
  • 776 Views
  • 9 replies
  • 0 kudos

Solved! - Stm32CubeMX - UART - DMA - ERROR DETECTION

Posted on October 08, 2015 at 00:01 Hi, I have a problem in catching errors when using UART in DMA mode.  I use CubeMx to generate the code.   The functions which I use to catch interrupts are the following (obviously my code is more complex, this ...

silvio1 by Associate
  • 768 Views
  • 3 replies
  • 0 kudos

Problem entering Standby mode STM32L051

Posted on November 18, 2016 at 14:45Hi all,I have an odd behavior on my STM32L051 trying to enter in STANDBY mode.  I would be pleased if you could help me. My program repeat endless cycles activity and Standby.Once the firmware boot and after some ...

During Build I get this: [Src/main.o] Error 2

Posted on November 21, 2016 at 00:35I am trying to develop an application on a STM32L476 Nucleo 64 development board.  I get this error after the Build using the STM32 System Workbench IDE with standard default settings.  I set up the project using ...

PLL Ready Interrupt not firing as expected

Posted on November 18, 2016 at 16:06STM32L053R8 (Nucleo dev board) When setting the PLL state in HAL_RCC_OscConfig, rather than sit in a while loop waiting for RCC_CR_PLLRDY I want to enter sleep mode and wake based on the PLL ready interrupt. I hav...

USART & Timer Interrupt

Posted on November 17, 2016 at 09:55 Hello, I am trying to use USART1 to transmit and receive data in every 100ms. I've used both USART1 TXE and RXNE interrupts and Timer2 update interrupt but unfortunately it's not working and I don't h...

Mujtaba by Senior
  • 746 Views
  • 5 replies
  • 0 kudos