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! Comments wrong in L4+ include file

STM32Cube_FW_L4_V1.13.0\Drivers\CMSIS\Device\ST\STM32L4xx\Include\stm32l4r5xx.h#define SDMMC_CLKCR_WIDBUS_Pos     (14U)#define SDMMC_CLKCR_WIDBUS_Msk     (0x3UL << SDMMC_CLKCR_WIDBUS_Pos)   /*!< 0x0000C000 */#define SDMMC_CLKCR_WIDBUS       SDMMC_CLK...

HAL_UART_DeInit() behaves unexpectedly

Hello,I have several UARTs when initializing them all simply with HAL_UART_Init , each with its own UART_HandleTypeDef instance, than things works fine.But on adding HAL_UART_DeInit before HAL_UART_Init (this is actually the generated code from stm32...

ranran by Senior II
  • 2414 Views
  • 3 replies
  • 0 kudos

Resolved! STM32CubeMX L4 HAL Bug Report

STM32CubeMX 4.27.0L4 HAL 1.10.0 / 1.13.0STM32L431RBWe use STM32CubeMX to generate the basic code. We use the RTC Wakeup to generate a cyclic Interrupt. With the L4 HAL (1.10.0) the function was correct.When we migrated the project to L4 HAL (1.13.0) ...

AOech by Associate
  • 1494 Views
  • 3 replies
  • 0 kudos

STM32CubeL4 V1.13.0: Bug in the definition of ADC_EXTERNALTRIG_T4_TRGO (in stm32l4xx_hal_adc.h)

STM32L476RCTxSTM32Cube FW_L4 V1.13.0stm32l4xx_hal_adc.h:#define ADC_EXTERNALTRIG_T4_TRGO   (LL_ADC_REG_TRIG_EXT_TIM4_CH4)      /*!< ADC group regular conversion trigger from external IP: TIM4 TRGO. Trigger edge set to rising edge (default setting). *...

dino0410 by Associate
  • 1062 Views
  • 2 replies
  • 0 kudos

Resolved! BUG in HAL_UART_Transmit() and HAL_IRDA_Transmit()

This is the signature of the function: HAL_StatusTypeDef HAL_UART_Transmit(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size, uint32_t Timeout)where pData is the pointer to the data to be transmitted and Size the amount of data to be sent. In ...

redmig by Associate III
  • 2160 Views
  • 5 replies
  • 0 kudos