STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to generate udp_echoclient.c in STM32 H743

HiI'm trying to implement STM32 F429 code into STM32 H743.The previous code works fine, so I'm trying the code in STM32 H743 as well.I mimic most of settings, but failed to generate udp_echoclient.c file.Can somebody help me out with this?Thank you i...

SHong.5 by Associate II
  • 284 Views
  • 0 replies
  • 0 kudos

AT24C02 EEPROM Random read

I generated the code using STM32CubeMX for STM32f423rh to communicate with AT24C02 EEPROM via i2c 1I am can able to do page write/read by using HAL_I2C_Mem_Write_IT function. But i am not getting how to do random read.Please provide any example codeT...

KM.6 by Associate
  • 694 Views
  • 3 replies
  • 0 kudos

Resolved! HAL_TIM_PeriodElapsedCallback() refuses to trigger

GreetingsI have attempted to write an application, to toggle the LD4 LED (On PD12) on the STM32F407VGTx Discovery board. I am toggling the LED, on interrupt, when the timer overflows. I have placed the HAL_GPIO_Toggle() in the HAL_TIM_PeriodElapsedCa...

LSlat.1 by Associate II
  • 4344 Views
  • 6 replies
  • 2 kudos

interrupt on receiving bytes via SPI HAL

help me please. working in stm32cubeide. I can not enable interrupt on receiving bytes via SPI via HALmain.c/* USER CODE END Header */ /* Includes ------------------------------------------------------------------*/ #include "main.h"   /* Private var...

k.s.corp by Associate II
  • 1182 Views
  • 7 replies
  • 0 kudos

Resolved! Hi, I'm working on a low power project that my micro-controller can only have 1mA in 2.7V. My micro-controller is stm32l051c8 and its works nice with its peripherals (ADC and Timer) and its current consumption is about 0.65 mA.

But After working for A few minutes the current consumption Suddenly jumps to higher numbers(about 2 to 8 mA !!) and coming back to 0.65 mA after seconds and again it works nice for A few minutes and this chain continues irregularly .Im working with...

sshaf.1 by Associate
  • 554 Views
  • 4 replies
  • 0 kudos