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

I can't communicate with USART Sync mode

I'm using STM32F103(blue pill). Usart1 connection with pl2303. My codes right hereuint8_t data; /* USER CODE END 2 */   /* Infinite loop */ /* USER CODE BEGIN WHILE */ while (1) { HAL_Delay(1000); if(HAL_USART_Receive(&husart1, &data, s...

0693W000005BRO7QAO.jpg
GRico.1 by Associate II
  • 355 Views
  • 4 replies
  • 0 kudos

Resolved! Has anyone implemented the ADC calls with LL commands for G4

DearI have configured ADC3 using MXcube:In my main I tried this: LL_ADC_ClearFlag_ADRDY(ADC3); LL_ADC_Enable(ADC3); /* USER CODE END 2 */ /* Infinite loop */ /* USER CODE BEGIN WHILE */ while (1) {    LL_ADC_ClearFlag_EOC(ADC3);    LL_ADC_ClearFlag_E...

MKunz.1 by Associate II
  • 346 Views
  • 1 replies
  • 1 kudos

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
  • 162 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
  • 352 Views
  • 3 replies
  • 0 kudos
Labels