STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Direct Input Capture Interrupt too slow - STM32 L476RG

I'm trying to align an input 15 kHz signal with a 20% duty cycle with an output 15 kHz signal with a 50% duty cycle. To do this I'm hooking up the input signal to a direct capture interrupt and Timer 1 Channel 4 and using the HAL_TIM_IC_CaptureCallba...

0693W00000D1PsqQAF.png
LBouz.1 by Associate II
  • 2751 Views
  • 12 replies
  • 0 kudos

Resolved! Using STM32CubeIDE project and MCU STM32H750. After calling HAL_DMA_Start() data is transferring, but the hdma_memtomem_dma2_stream1.State is still in HAL_DMA_STATE_BUSY. So calling the abort HAL_DMA_Abort() and transferring the next set of data

// Following is the DMA Initialization.DMA_HandleTypeDef  hdma_memtomem_dma2_stream1;main(){::: /* Initialize all configured peripherals */ MX_DMA_Init();HAL_DMA_Start(&hdma_memtomem_dma2_stream1, (uint32_t)&g_aui16SourceVal[0], (uint32_t)&g_auc16Des...

STM32CubeExpansion_Cloud_AZURE_V1.2.1 + Cellular SDK

Hello ST,Using Azure SDK and Cellular SDK for one of the project, Cellular SDK is not executing further and struck up in one point mentioned below details FYI.Struck funcation:static void cellular_notif_cb(dc_com_event_id_t dc_event_id, const void *p...

MKP by Associate
  • 381 Views
  • 0 replies
  • 0 kudos

Resolved! How to connect to Azure IoT Hub with x-cube-azrtos-h7

I have STM32H723ZG board. I want to connect to Azure IoT Hub and send telemetry from this STM32H723ZG,Azure IoT Hub and device was already created in Azure Portal.I downloaded x-cube-azrtos-h7. But I couldn't find the example to connect to Azure IoT ...

breeze by Associate
  • 820 Views
  • 1 replies
  • 0 kudos

Can you use Ethernet, I2C, UART, LCD, and touch panel all simultaneously on any STM32 Discovery Kit or Evaluation board?

Hi,I'm wondering if you can use Ethernet, I2C, UART, LCD, and the touch panel all simultaneously on any STM32 Discovery Kit or Evaluation boards. I've been specifically looking at the STM32H745I-DISCO and STM32H743I-EVAL-2. I have looked at the datas...

CN.1 by Associate II
  • 770 Views
  • 1 replies
  • 1 kudos

STM32 UART Idle Interrupt configuration

Hello,I want to use a UART Idle Interrupt Routine to handle an unknown number of incoming bytes.I set this up for 2 UARTs right now and it works like a Charm for one of them. The working UART operates at 115200 Baud. The second Uart should work with ...

0693W00000D1F1IQAV.png
BKell.2 by Associate
  • 8801 Views
  • 4 replies
  • 0 kudos

Resolved! Ethernet

Hi ,I want to configure the ethernet for STM32f469IITx how can I do it and how can I test the working.

Trinu by Associate III
  • 616 Views
  • 1 replies
  • 0 kudos