User Activity

Hello, I have a stm42f411 with SDIO 4B configured and working properly. the SDIO conf is the following: hsd.Instance = SDIO; hsd.Init.ClockEdge = SDIO_CLOCK_EDGE_RISING; hsd.Init.ClockBypass = SDIO_CLOCK_BYPASS_DISABLE; hsd.Init.ClockPowerSave ...
Hello, I continue my journey toward build a STM32 hardware emulator for the famous Apple II Disk II. I am implementing UF2 firmware management, USB drag & drag update. the new firmware is not starting, even if I see log of tinyuf2 passing to the appa...
Hello Community, I am using a STM32F411, 2 timer with global interrupt and preemption priority of 0 are executing a timing critical process to bitbang a GPIO port.4uS timer periodAnd a I2C DMA process to update a SSD1306 screen I2C and DMA interrupt ...
Hello, I am using a STM32F411 with SDIO (4bit) and fatfsWhen reading block I have regular SDMMC_ERROR_COM_CRC_FAILED error, from SDMMC_GetCmdResp1 function. What could be the reason for such error ? thanksVincent   
Hello, I have a STM32F411 and I am ready using the SDIO port, I would like to connect 2 SDCARD to the SDIO port and be able to switch from one to another like using a CS Chip select GPIO. Is it possible ? how would I do that ? Thanks Vincent  
Kudos from