I like to use CDC Virtual Com Port and SDIO 4 Bits Wide bus on a STM32F407 VGT together.
The Problem is when I activate SDIO,Virtual Com Port does not work anymore. The device is not fount from PC. Any Ideas?
The Problem is when I activate SDIO,Virtual Com Port does not work anymore. The device is not fount from PC. Any Ideas?
hi, recently, I am try to use cubeide to directly generate a basic project for future development. In this basic project, I am trying to integrate lwip stack I am now confused by one weird behavior, when I configure the memory for lwip internal heap...
is it possible to verify the FW version of MCU using stlink or some other stm tool ?i have programmed my MCU with FW version 5.5.5 and i would like to verify using JTAG or stlink or some other stm tool.someone told me it is factory protected you cann...
Build environments are pretty touchy with project tools that generate middleware code and changing tool versions. Given this environment , (1) what files should be under version control? (2) If the project has 30 user modified source files and 150 to...
I would like to implement a bootloader for STM32F103C8T6 that would count and keep in a special protected area how many uploads has done over its flash memory. Does anybody would give some some reference about this matter ? Thanks a lot. Antonio
I am trying to log the USB activity for my stm32 which is interfaced as a keyboard. I tried installing STM32 USB HID demonstrator but it is not supported for Window 10.I want to log the usb activity in a log file to analyse the data received on host ...
Hi there!I want so offset the application in the flash at 0x08004000, so that I can use the first sector 0 for individual persistent data. I found out that I have to change the following lines:FLASH (rx) : ORIGIN = 0x8004000, LENGTH = 496K (Linker ...
Hello!I am using STM32F427VGT with USB3300 as USB high speed device mass storage class. I want to read data from SD card to a PC and I am only able to get transfer speed about 1 MB/s. What is the real maximum read speed that I can get with this hardw...
HiI am using a UCPD demo of STM32G4 B-G474 (USB-PD_Consumer_1port) but it does not allow me to select any of the Source PDOs. The sink can see the capabilities of the source but not select any. Can you help me with this? I am using STM32CubeIDE and ...