STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to Enable STM32F769I-DISCO Analog Audio?

HI,I have a Demo application based on the STM32Cube_FW_F7_V1.15.0 audio example. This example defaults to using the onboard digital mics.  I need to use the analog mic/CN6.  I made changes to use the INPUT_DEVICE_ANALOG_MIC.  /* MP34DT01TR digital mi...

SSher by Associate II
  • 630 Views
  • 1 replies
  • 0 kudos

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
  • 486 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
  • 290 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
  • 634 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
  • 270 Views
  • 0 replies
  • 0 kudos