STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! RNG does not work after waking up from the stop mode

Hello,My MCU is STM32L053R8I use freeRTOS project generated by CubeMX.The problem is happening only  when I enable tickless sleep. I get only one correct reading, which is probably generated right after MX_RNG_Init. Then after the sleep, I always get...

Evgeny M by Associate II
  • 1216 Views
  • 2 replies
  • 2 kudos

STM32H723ZG AZURE RTOS - Hard Fault Error Regarding

As we are using STM32H723ZG-CT6 for our Medical project. We are using STM's Complement to STMH7 series - Azure RTOS for our project. We were runs totally 8 threads, during the running time of threads Hard fault error is coming and our controller stop...

Screenshot 2023-11-27 190422.png
rkuma.21 by Associate III
  • 983 Views
  • 2 replies
  • 1 kudos

Uart to int conversion

Hi im hoping someone can help me, honestly it might be a easy thing to do, however i have been cracking my brain around this and can't seem to get it to work. uint8_t Rx_data[6] = {0}; HAL_UART_Receive(&huart1, Rx_data, 6, 1000);printf("%s\n", Rx_dat...

VYada.3 by Associate II
  • 1864 Views
  • 4 replies
  • 0 kudos

AN4457-emulated-uart

안녕.HAL_UART_Emul_Receive_DMA 및 HAL_UART_Emul_Transmit_DMA를 사용하고 있습니다.1Byte R/W를 시도 중입니다. stm32 go Error_Handler();코드를 어떻게 변경해야 하나요? 감사합니다. 

JLee.21 by Associate II
  • 687 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H563 Flash Erase Program sample fails in Keil

I create sample code for FLASH Erase Program on both mdk arm and stm32cubeide. Using the sample hardware(stm32h563ZITx develop board), the sample code runs correctly on stm32cubeide, but will enter Error hander when doing Flash operation in keil debu...

Ehow by Associate II
  • 4996 Views
  • 6 replies
  • 1 kudos

ADC input disturbed by PWM

I'm having an issue with my STM32F303RE. I'm using CubeMX to initialize ADC1_IN1 as single ended on PA0, and PWM generation on TIM2_CH1 on PA15. Unfortunately, PA0 will OUTPUT a voltage roughly proportional with the duty cycle of the PWM on PA15, i.e...

kristblo by Associate II
  • 2496 Views
  • 12 replies
  • 1 kudos

Resolved! Enabling USB Device CDC on Nucleo F303ZE

I have a Nucleo F303ZE and enabled USB Device middleware along with the USB 'Device FS' Connectivity.  I also configured the CDC_SET_LINE_CODING and CDC_GET_LINE_CODING  functions in USB_DEVICE/App/usbd_cdc_if.c I connect a USB cable to the STLink co...

LMorr.3 by Senior II
  • 1267 Views
  • 6 replies
  • 3 kudos

Regarding PDM to PCM conversion

Hi team, i am using STM32F446 NUCLEO  BOARD WITH MP23DB02M.I refered appnote UM2372I also referd YouTube playlist in your community also.I haven't cleared how to convert pdm to pcm.Please give some block diagram view of the algorithm or code.please d...

EEPROM emulation: working principle

Hello everyone,I'm currently working on an STM32L433 microcontroller and, considering cost and space-saving aspects, I opted to implement an EEPROM emulation library. While I've been going through the related documents, I've encountered a few uncerta...

filogold by Associate
  • 6260 Views
  • 4 replies
  • 3 kudos

Resolved! ADC_Sequencer not fully configurable: STM32G0

Can any of the expert share an example of ADC configured in Sequencer not fully configurable mode please?Its hard to find the solution .As the project had predefined prototype I need to sort it out with the configuaration and mandatory to use PA12 (a...

SRAM.11 by Associate III
  • 2348 Views
  • 4 replies
  • 1 kudos