STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SD card FATFS and USB Mass Storage Device

Posted on April 03, 2017 at 15:53Hi All,I want to create a project which can access the SD card with File System, When i want to connect the device to PC it should act as a Mass storage device.So i did experiments on SD FATFS and USB Mass storage De...

ADC and DMA

Hi,I'm using ADC1 in combination with DMA (One-Shot-Mode). The ADC is used read out a spectrometer (288 pixel). Starting the read function does the following procedure:HAL_ADC_Start_DMA( &hadc1, buffer, 288);Wait for callback: HAL_ADC_ConvCpltCallbac...

NUCLEO-F743ZI FreeRTOS LWIp Problem

Posted on April 19, 2018 at 17:12I'm using CubeMx 4.25.0 to generate the basic configuration for NUCLEO-F743ZI board.STM32 MCU Package for STM32H7 1.20 installed. Default settings are used, FREERTOS and LWIP flags are enabled sys timebase source set...

STM32 Usb Mass Storage EJECT issue

I have Usb Mass Storage working well on my custom board device featuring an STM32F469AIH6 and an eMMC (SDINBDG4-8G). I can connect to either a Mac or Windows machine and the device shows up in the Finder/Explorer and you can read/write files just fi...

Craig B by Associate II
  • 461 Views
  • 0 replies
  • 0 kudos

Pin initialization defect on Nucleo F767ZI

In LwIP HTTP server demo, ethernetif.c, HAL_ETH_MspInit():...  /* Output HSE clock (25MHz) on MCO pin (PA8) to clock the PHY */  HAL_RCC_MCOConfig(RCC_MCO1, RCC_MCO1SOURCE_PLLCLK, RCC_MCODIV_4);...According to the schematic, this pin is the USB SOF i...

Sean1 by Associate II
  • 311 Views
  • 0 replies
  • 0 kudos