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

USB, STM32F769I-DISCO USB_Device + Mass-Storage

Hi,I run this Example:STM32Cube_FW_F7_V1.15.0\Projects\STM32F769I-Discovery\Applications\USB_Device\MSC_Standalone\ (with Keil/MDK-ARM)When I conntect the Disco-Board to a Win-7 PC, the Board enumeratesand a USB-Drive is visible (read-/writeable)When...

TTimm by Associate II
  • 678 Views
  • 1 replies
  • 0 kudos

STM32H743 does not receive 29Bit-IDs on CAN

Hello all,I have an issue with receiving CAN Ids with 29 Bit IDs. 11 Bit IDs are working properly, but 29 Bit IDs are not received.I do not use any filter setting, and in the GlobalFilter Setting I define to receive 29Bit IDs in FIFO0 or FIFO1 (desn'...

GS1 by Senior III
  • 426 Views
  • 0 replies
  • 0 kudos

Hi.I am using stm32l496 but systick every 20s There is a difference of 20ms.I paste my code and clock config in stm32cube.

void SystemClock_Config(void){ RCC_OscInitTypeDef RCC_OscInitStruct = {0}; RCC_ClkInitTypeDef RCC_ClkInitStruct = {0}; RCC_PeriphCLKInitTypeDef PeriphClkInit = {0}; /** Initializes the CPU, AHB and APB busses clocks  */ RCC_OscInitStruct.OscillatorTy...

alianvari by Associate III
  • 940 Views
  • 3 replies
  • 0 kudos

Problem in SDcard with the FatFS

I been having trouble with mounting a SDcard with the FatFS. The mount fails every time with "FR_NOT_READY". I using a Nucleo-F746ZG board, All code generated from STM32CubeMX v5.3.0, SDIO wide bus 4bits. The SDcard is a 1GB, formatted as FAT

GHugh.11 by Associate
  • 415 Views
  • 0 replies
  • 0 kudos

Separated IRAM for bootloader and application

Hello allI have application that use some functions from bootloader. Sometimes when I call function from bootloader some of my variables in IRAM get changed by bootloader and that is causes problems to me. To fix that issue I decide to split IRAM to...

lgoti by Associate
  • 1278 Views
  • 3 replies
  • 0 kudos