STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! May have a bug in STM32Cube_FW_F7

Hello,In STM32Cube_FW_F7 for STM32F769I_EVAL Board, in sample for IAP_Main, in this directory:"STM32Cube_FW_F7_V1.X.X\Projects\STM32F769I_EVAL\Applications\IAP\IAP_Main\Inc\flash_if.h"in line 94 i saw the address of Sector 11 is wrong. It is Curren...

Slh by Senior
  • 390 Views
  • 1 replies
  • 0 kudos

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
  • 926 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
  • 572 Views
  • 3 replies
  • 0 kudos