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

STM32L053 I2C problems with LIS3DH sensor

Hi, I'm trying to recover the data from the LIS3DH sensor and I found this tutorial " https://www.youtube.com/watch?v=A1CIOUZdeR4". In the tutorial the person uses function " if(HAL_I2C_IsDeviceReady(&hi2c1,SLAVEI2C_ADD,10,100)==HAL_OK) " to see if t...

0690X000006DavhQAC.png
JJavi by Associate II
  • 1462 Views
  • 11 replies
  • 0 kudos

ADC DMA

I am using the STM32U575 Nucleo board and have configured ADC4 IN3 to read ADC values using DMA. I referred to a tutorial video to set up the DMA for ADC. At 5:15 minutes into the tutorial video, there is  an option called 'Conversion Data Management...

_Danny_ by Associate III
  • 285 Views
  • 2 replies
  • 0 kudos

STM32H563 SPI DMA issue

Hi All!I have a issue about SPI DMA communication on NUCLEO-H563 Board. Details are as follows.My Configuration of STM32CubeMx as shown in the figure1 and 2.figure1figure2I call the function of HAL_SPI_TransmitReceive_DMA(), it comes to line 2212 of ...

5.png 6.png 1.JPG 3.png
fhu.11 by Associate II
  • 259 Views
  • 3 replies
  • 0 kudos

ST7540 application software doesn't work???

Posted on December 27, 2017 at 10:13STEVAL-IHP005V1 application software doesn't work???Hi all,I tried to install software for testing Power line module based on ST7540 and STM32.I installed it on window 7 and window 10, both of them can't start pro...

Resolved! Unable to Debug, Break at address "0x80060c4"

Hey St Forum, Just getting a new project off the ground, and working with the STM32H7S7 Dev Kit. So far, I've been able to get some example code up loaded into CubeIDE, and upload to the board. However, when I try and debug, I get this error: Viewing...

halfordC_0-1721520992985.png halfordC_1-1721521055586.png
halfordC by Associate II
  • 341 Views
  • 2 replies
  • 1 kudos

HRTIM Start Synchronization

Hi All. So, I'm currently working on a project that I need some assistance with... I'm using the HRTimer and ADC. Timer A and Timer E both control my gate drive outputs; they're variable frequency. I also have Timer F, which controls my ADC sampling....

Jbin0101 by Associate II
  • 252 Views
  • 1 replies
  • 0 kudos

Resolved! STM32U585 GPIO in RESET

Problem : GPIO PB7,8 is pull up in reset state.Reproduction: After Clearing Reset  (Reset Goes low)  the voltage on PB7 and PB8 goes high. uc is erased. We have external pull down connected to those pins (100k), but the signal stays at 2.5V Could you...

STM32h735 imprecise timings

Hello,I am currently trying to setup a timer to measure time in between two pulses. I have managed to get it working with the code below but the issue is that I get very imprecise readings on the frequency. I get an error that is hovering around 1-1....

Labels