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

Resolved! HAL delay doesn't match the value

I am using an STM32 MCU. When I use the HAL_Delay function with a parameter of 1000 for example, I see that the delay is shorter than it should be. I have checked that HAL_IncTick(), but it works correctly and it is placed inside the SysTick_Handler....

VCapu by Associate III
  • 547 Views
  • 9 replies
  • 0 kudos

Resolved! Why does the material stm32f205rey6 have no ST logo. Do the following 7522 and 8032 refer to Datecode? If it represents the date, wha

生产几K套时�?�现大部分 datedote 7522 和 8032 使用了ST-link 或J-link 使用SWD方�?�?能烧录连接 ,开始以为是SWD功能被�?用了,试了�?�?和 boot0拉高�?��?行,使用Jtag方�?也�?行。带用ST logo�?�?�的�?�是OK的,请问这两�?方�?什么�?�?��?�?还是什么特殊烧录设置�?�?During the test, it was found that most datedote 7522 and 8032 used st...

0693W00000AOS4xQAH.png

Resolved! Can't communicate when use 500K and 5M Bit Rate

Hello, everyone,I test CANFD a long time. And I found that some Bit Rate doesn't work together. For example, I use CANFD Mode, set to 1M + 5M. It work well. But same parameter at Data Bit Rate,I change to 500k + 5M, or 250k + 5M, it can't work. It al...

0693W00000AP87KQAT.jpg 0693W00000AP87FQAT.jpg
YZhon.1 by Associate II
  • 395 Views
  • 2 replies
  • 0 kudos

Resolved! HOW TO HANDLE DUMMY DATA FROM SPI

Hi, I would like to ask, I have a SPI setup Full duplex which my STM32f302R8 nucleo board as a master and arduino UNO as my slave.I send a data 0x0C from master to slave. During transmission, I know that the slave will return a dummy data back to the...

0693W00000AO3oRQAT.png
WM_IR by Senior
  • 1017 Views
  • 6 replies
  • 0 kudos

Error Launching Debug with Segger J-Link

Running STM32CubeIDE on Ubuntu. Custom board running a STM32H757. Trying the lead program/Run Debug using a Segger J-Link Plus. Followed steps to set up application debug for Segger J-Link. When I try to run it I get an error window with "java.lang.N...

0693W00000APR79QAH.png
ATrow.1 by Associate
  • 145 Views
  • 0 replies
  • 0 kudos

STM32CubeIDE and UHD/4k screen, Part 2

Hello,I'm trying to adjust the size of icons and fonts in STM32CubeIDE (Version 1.6.1) to the display on a 4k screen, because they are too small on such screens, it really hurts the eyes. I found a couple of suggestions for solving this problem on th...

UART Transmit, bare metal (no HAL OR LL). I just want to transfer 1 charater(later i would do a string) I am reading the character through hercules. Baud rate is 115200. (16Mhz / 115200 = 0x8B) here's the code. where am i going wrong?

#include<stdint.h>#include "usart.h"voidclock_init(void);voidclock_init(void){ RCC->CR &= ~(RCC_CR_HSIDIV); RCC->CR |= RCC_CR_HSION;}int main(){ clock_init(); usart_init(); while(1) { }}#include <stdint.h>#include "stm32g0xx.h"         // Device head...

Singh12 by Associate
  • 532 Views
  • 3 replies
  • 0 kudos

Resolved! HAL SAI cannot run quick enough for basic audio sampling?

I am trying to take a microphone sample every 62.5 microseconds (16,000Hz) which is the standard rate for audio files. The problem i have found is that HAL_SAI_Receive_DMA() returns HAL_BUSY for some samples. So we dont receive the required 16,000 sa...

RBamf.1 by Associate III
  • 795 Views
  • 10 replies
  • 0 kudos
Labels