How do I configure Virtual Port Com and DFU on a STM32F042
How do I configure Virtual Port Com and DFU on a STM32F042 device using STM32CubeMX? It looks like I can only configure it for VPC or DFU :s
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
How do I configure Virtual Port Com and DFU on a STM32F042 device using STM32CubeMX? It looks like I can only configure it for VPC or DFU :s
I can't find the thread on this board but IIRC, it was third quarter and then moved to fourth quarter. Is there a date? Is it likely?Need to start a project with this part and want to plan accordingly.Thanks!Harjit
We are using an STM32L452 with SD, DMA and FATFS, with code generated with STM32CubeMX v5.0.0.The code inserted by Cube in stm32l4xx_hal_msp.c, function HAL_SD_MspInit(), assigns various values to the hdma_sdmmc1.Init struct, and then uses them to in...
We have chosen STM32F469VGT6 for our application. We have Ethernet as one of the main functions of our board. We are planning to use external PHY chip. However, we are not able to find out whether this particular part has Ethernet function with RMII ...
Can anybody comment what is new in USB controllers of STM32F7 and new STM32L... compared to F2 or F4? Besides of built-in HS PHY. Do they have same IP core(s)? Anything improved in software? Will USB host library support hub functionality?We're gener...
We have purchased stm32f407vg discovery board plus Base board from element 14 with ethernet and other peripherals. We observe ethernet works but mdio communication is not working as expected. We are not seeing MDC and MDIO signals and Ref clk clock ...
any one have working cubemx usb fs for stm32f429zit6 code.please response to me
Hello.I want to operate the USB HOST MSC as FATFS with STM32 F4.My code periodically records data to usb.It works normally for quite a long time.But if it works for a day, the mcu keeps stopping.The problem seems to be periodic f_write. Because it do...
Hello everyone.I program the MCU for the first time.I got the "NUCLEO-L496ZG".Next, I downloaded "STM32CubeL4" from ST homepage.I run the "\Projects\NUCLEO-L496ZG\Example\ ADC\ADC_DMA_Transfer" for the downloaded file.I want to change the input pi...
I have a system in which I have enabled IWDG in hardware (option bits). Now I would like to use preinstalled STM's bootloader to update the device, but I'm not sure if the IWDG will be started. In case the IWDG is started when Factory bootloader is b...