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

Six SPI continuously monitoring

Hello, I am working on STM32H7 series controller, I have to continuously reading the data of dac through spi and vtg ,and send over an GUI application so every 50 microsecond I have read the values of 6 spi , so I have do the calculation in stm32 or ...

MDeva.1 by Associate II
  • 279 Views
  • 4 replies
  • 0 kudos

How do I create an Interrupt for UART_FLAG_TXE?

I have a STM32L081KZT and I am using the LPUART.I want to create my own Interrupt (handler) based on UART_FLAG_TXE. So basically a function that gets called whenever the UART_FLAG_TXE bit is set.In the GCC compiler manual I have found this:void f () ...

HRaup.1 by Associate II
  • 394 Views
  • 3 replies
  • 0 kudos

What would be a modern equivalent to an STM32F103, preferably in a 48 pin package, and which wouldn't require too many alterations to existing code and PCB?

I've spent the last 2 years developing a product using an STM32F103, but I've recently discovered that the ones I've been supplied with are fakes, which have a tendancy to blow up :( It seems as if no genuine F103s are available now, so either I have...

SCook.1 by Associate III
  • 750 Views
  • 8 replies
  • 1 kudos

STM32F4 TXE flag not activating

We have a very simple, blocking, UART transmit routine, which writes a byte and waits for TXE to become active. Every so often, and I mean something like 1 in 100,000 or more calls, it gets stuck at line 3 of the code pasted in below; TXE never becom...

Labels