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! Fatfs create folders

Hi All,I am currently working on creating a file system on an stm32f207, using the nucleo board for the time being while I wait for my custom boards.The board will have an SD card as well as a USB. I have made a simple function for creating a folder ...

stm32h7 nucleo clock setting

I use stm32h7 nucleo board and there is gpio example in stm32cubeh7 and I changed clock configuration ,but it doesn't work.STM32CUBEh7-project-nucleo-example-gpio-gpio extstatic void SystemClock_Config(void) { __IO uint32_t StartUpCounter = 0, HS...

Bilge by Associate III
  • 615 Views
  • 0 replies
  • 0 kudos

FreeRTOS +LwIP + FreeModbus TCP Hanging

I am using STM32F746ZG Nucleo board and programmed Modbus TCP with FreeRTOS(LwIP). Initially boad report properly to Modbus Master simulator, after ~10 hours or above any time, MCU going infinite loop some exception function like hardware fault etc, ...

PNata by Associate II
  • 1871 Views
  • 4 replies
  • 0 kudos

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
  • 700 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...