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

CAN mystery. Receiving messages but not able to send

Hi.I have a program that sometimes fails to send data on CAN but still receives them correctly.This is on an STM32L462 using 1.4.2 IDE and latest API.For some unknown reasons, at one moment, out mailboxes never empty. It can be anytime from right upo...

STM32H745 Maximal performance configuration

I'm working in a project that involve a thermal camera image processing.I need to process a buffer of 384*288 (16bits) in fastest way possible.I'm using the 480Mhz VCO template to set the procesor in 400Mhz (Cache enabled).I already did some code op...

Jvela.11 by Associate II
  • 354 Views
  • 2 replies
  • 0 kudos

STM32F413 - Delay at the end of UART transmit

Hello,I am encountering an issue with the STM32F413 MCU: when transmitting data over UART, there is a short delay between the stop bit of one byte and the start bit of the next byte when transmitting data one byte at a time. I compared the behavior o...

0693W000002la33QAA.bmp 0693W000002la6bQAA.bmp

Resolved! q15 fixed point 1.15 9.7 etc

HelloI was wondering about nubering in q15 fixed pointI am guessing that in 1.15, 1 (msb) is responsible for sign and 15 bits are for magnitude(I could be wrong)However what does 9.7 mean ? does it mean 9 bits are for whole numbers and 7 bits represe...

hashtala by Associate II
  • 328 Views
  • 2 replies
  • 0 kudos

Resolved! Hello, I'm having troubles changing the baudrate of my UART2 configuration. It is initially set to 921600 bps and a bit duration is 1.08us = 1/921600bps, which is fine. However, trying to double this value seems impossible.

In MX, at first, I changed the sample rate to 8 bits to double the baudrate. The code was successfully generated, compiled and downloaded. The communication still exists, but the baudrate is still the same as before, with a bit duration of 1.08us.The...

PMach.1 by Senior
  • 1884 Views
  • 15 replies
  • 0 kudos

Mistake in STM32G4xx Reference Manual (RM0440)?

The STM32G4xx Reference Manual (RM0440) Rev 4, Figure 2, "Memory Map" on Page 81 says Option Bytes 1 is from 0x1fff7800 to 0x1fff7810 (16 option bytes), Option Bytes 2 is from 0x1ffff800 to 0x1ffff810 (16 option bytes).However:Table 7 on page 94 says...

Labels