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

STM32H7 SPI Slave Dynamic Message Length

Hi,I'm using SPI to communicate between two micros - one F103 (master) and one H750 (slave). The data communicated will be vastly different in purpose and size (e.g. from simple requests to firmware image download) and so the designed protocol necess...

Optimizing FIR Filter Multiply Accumulate

Hello,I am trying to optimize a function for a basic FIR filter on a STM32H743. This is the function:inline float_t FIRFilter(const float_t* inputBuffer, const float_t* firData, const uint16_t size, const uint16_t currentBufferIndex) { float_t outpu...

JP_ama by Associate III
  • 1107 Views
  • 1 replies
  • 0 kudos

Resolved! Stack LoRaWAN (STM32WLE5CC)

Hi,We are starting a LoRaWAN project here at the company and we are going to use the LSM110A module that has the STM32WLE5CC.I would like to know if you have a LoRaWAN stack for this ARM processor (STM32WLE5CC), or a video demonstrating how to start ...

STM32 crystal less USB operation STM32L011?

Hello, I'm looking for an mcu that can both do USB DFU programming and has and external crystal which there aren't many cheap available now (or would drop the external crystal requirements if I'd get convinced otherwise because I want it as stable as...

MikeLemon by Associate II
  • 2059 Views
  • 7 replies
  • 2 kudos

STM32F405 CAN RX interrupt halts?

Hello, everyone.  I hope you're doing well.my work at this time: https://github.com/MarginallyClever/Daisy-Driver-2.0-firmware/commit/465ec3dbeb831ee2f49fd6a6648da8fd7377a56aMy code is written in Arduino 2.2.1 with https://github.com/stm32duino/Board...

Resolved! stm32 Ethernet Error

The problem you are experiencing with your STM32F407IGT6 board is that after programming the firmware and using Ethernet (UDP) communication, if you power it off and then back on, the Ethernet communication doesn't work. However, if you press the Res...