Posted on April 11, 2017 at 14:49Hi,I have downloaded STM32Cube_FW_F3_V1.7.0 and I'm trying to build examples using 'System Workbench for STM32'. I have STM32F303 Nucleo 144 Development Board (F303ZE).I'm trying the following example:STM32Cube_FW_F3...
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...
i tried but it asking formate the device in my computer.i am using #Stm32f103ret6 #USB #Mass-storage
Hello,I search an driver for VPC (Virtual Port Com) for Ubuntu. A Driver STSW-STM32102 work only windows. Is there driver for Linux? If yes how to install it?Thank you in advance.
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...
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...
Hi everyone!I had a problem with timer interrupt. When i use 2 if statements in timer interrupt it't only do one of them. My if statements are in different condition.Here brief of my codevoid HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim){ if...
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...