STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32cubeProgrammer C++ API

Hi,    if Anyone used STM32CubeProgrammer C++API for firmware upload over USB, please share the API module for referenceAny kind of help would be appreciated Thanks

rias by Associate II
  • 453 Views
  • 0 replies
  • 0 kudos

Resolved! STM32G474 Multiple ADC DMA crash

Hey.I am trying to run ADC DMA sampling on multiple buses/channels, running in parallel to a few FreeRTOS tasks.The following initialization causes unstable behavior and device halt upon boot: HAL_ADC_Start_DMA(&hadc1, (uint32_t*)adc1_buf, 3); HAL_AD...

[STM32H750B DK - UART does not work.]

Hello, I want to use Uart6 interrupt on STM32H750b DK board, but it doesn't work, so I'm asking here. Is there anyone used uart on stm32H7xx chip?I just added the Uart-code using CubeMX and then when I build/start debugging, it stopped during initial...

Tiel_0-1692898270182.png
Tiel by Associate II
  • 701 Views
  • 3 replies
  • 0 kudos

Resolved! B-U585I-IOT02A not work after reset

Hello Support Team,We are working on the B-U585I-IOT02A-based product.For testing, we are using a normal GPIO blink example from the repository.While debugging LED blink correctly but after pressing the reset button LED does not blink.HW : B-U585I-IO...

ChintaN1 by Associate III
  • 566 Views
  • 2 replies
  • 1 kudos

Resolved! STM32G491 LPUART OVERRUN(ORE) ERROR

  void rs485_gelen() { memset(dnm,0,0); HAL_GPIO_WritePin(DNM_EN_GPIO_Port, DNM_EN_Pin, 0); HAL_UARTEx_ReceiveToIdle_IT(&hlpuart1, dnm, 100); } void HAL_UARTEx_RxEventCallback(UART_HandleTypeDef *huart, uint16_t Size) { if(huart->Instance == ...

Ekran görüntüsü 2023-07-07 162337.png Ekran görüntüsü 2023-07-07 162306.png Ekran görüntüsü 2023-07-07 162257.png Ekran görüntüsü 2023-07-07 162245.png
MÇETİ.1 by Associate III
  • 2158 Views
  • 2 replies
  • 1 kudos